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