SMTP Sender Email Address?

Hi,
I would like to use a different sender email address apart from the one set in the Email settings. When sending email ie. User Registration, I can change the “From” but not the sender email address. Basically, I don’t want users to see my SMTP username, so I prefer to have some sort of dummy email address that forwards email to an inbox instead.
Is this possible? Also, is it possible to specify a Reply-To email address?
Regards,
Allen

Hi Allen,

What do you mean by role of Reply-To email?
You can create custom user credentials for this purposes.

Regards,

Denys

Hi Denys,

When clicking reply to an email message, some SMTP services allows the use of a different Reply-To instead of the From email address.

Yes I have a main SMTP credential with SendGrid. For ex: mysmtpuser@mydomain.com. However, in my application ie. A1, when users register and receives the email, I want them to see a different sender email ie. support@a1.com. Then on another application ie. A2, I use the same SMTP credentials. But when users register, I want them to see sender email as support@a2.com. Taking into consideration that both a1 and a2 domain are owned by me.

Regards,
Allen