How to send email for a verified address via another verified domain on Amazon SES?

0

In Amazon SES, you can verify your email address to send emails. Emails will be signed by amazonses.com, so recipients will see:

  • from <email address>
  • via amazonses.com
  • signed by amazonses.com

Is there a way to add a domain (different from my email address domain) so that emails are signed by that domain? I would like recipients to see the emails:

  • from <email address>
  • via <my signing domain>
  • signed by <my signing domain>

The scenario is that I set up a sending domain (eg, my-domain.net), but my users will simply verify their address email (eg, john@example.com), and send emails via my sending domain. I'd prefer the recipients to see "via my-domain.net" rather than "via amazonses.com".

jb-neo
asked 3 months ago114 views
1 Answer
1
Accepted Answer

I think what you are looking for is a custom MAIL FROM domain. The custom MAIL FROM domain allows you to set the envelope From (also called RFC5321.

https://docs.aws.amazon.com/ses/latest/dg/mail-from.html

profile picture
EXPERT
shibata
answered 3 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions