How to change "From name" when sending SMTP email

Hello,

I am sending emails with SMTP, but I don’t know how to configure a “from name” attribute.

Example: we are sending the email from “hello@domain.com”, but I want to show the name “Jhon” in the inbox of our customers. Now it shows “hello”.

How can I do it?

I use Amazon SES to send emails.

Thanks.

Hi @illusionandcards ,

Just enter the following string in the From Email field:

Jhon <hello@domain.com>

:wink:

Thank you!