How can set name for source/from attribute on sent emails?
I believe the format you're looking for is as follows:
"John Doe" <[email protected]>
Reference: http://docs.aws.amazon.com/ses/latest/DeveloperGuide/email-format.html
I have resolved the same issue after checking this aws forum link . I was using aws SES for sending mails using java sdk , so I have added the from email id in the application.yml file like below.
from: John Doe <[email protected]>