Custom/alias "From" Email address

With multiple users on one account, we want to set up a smtp that recipients of the emails will see the specific users email (so it looks personal) and not coming from mail@xyz.retool-email.com it should display as username@gmail.com (reply to is easy to set this up {{userEmail.value}}, but i'm stuck on how to adjust how the "from" displays

Any suggestions how to se this up?

using gmail smtp doesn't allow for this.

1 Like

Hi @Mark_Pog, and welcome to the forum!

Have you seen this documentation??

There are also several posts in the forum for specific smtps.

Indeed it is not possible with gmail anymore, you would have to create an API resource that connects to Gmail. There is a thorough post about it here which also shows how emails are sent, and you could personalize yours.

2 Likes