Send email from logged-in member email address instead for SendGrid verified email address

Hi,

I’m using sendGrid to send Email from my website. But each & every email get send from the sendGrid verified email address. But I want to send from the logged in user. Is this possible to achieve?

const data = `from=my@example.com&to=${recipient}&subject=${subject}&text=${body}&replyTo=${sender}`;

Code is working perfectly. From is verified sendGrid email and sender is logged in member.

TIA

Regards,
Ekta

Even if it’s possible, any decent email service will classify it as spam or identity theft.