AWS Simple Email Service Identity Configuration

0

I am working on a project to implement an application on AWS that will send customer notifications outbound via the AWS SES service. When setting up the SES identities I have used Domain and Email address identity types to verify the senders. This has worked fine for development where the users are internal.

For a production environment how do I configure SES identities when the outbound emails are from real customers when I do not know or have control of their email domains? I guess some form of anonymous send access would be required.

asked a year ago228 views
1 Answer
0
Accepted Answer

Just to make sure that I understand the question correctly, are you trying to send emails from your Amazon SES account using a customer's email address as the sending address? If so, that's not possible unless either the customer's email address or their sending domain is verified. This requirement is necessary for security (spoofed email addresses are often used for nefarious purposes such as phishing) and deliverability (emails sent from spoofed addresses tend to have poor inbox placement).

If you want to ask your customers to verify their addresses so that you can use their addresses to send email, you can create custom verification email templates. These templates can use your own branding, so that it's clear to your customers that the verification request is coming from you.

EXPERT
answered a year 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