Does SES support + email addresses for identities

0

I want to set up Identities for sending alerts and support emails using SES. I already have two emails set up: support@example.com and alerts@example.com. When I create an Identity using alerts@example.com, it works as expected. I receive a verification email and can finish the setup. However, if I extend the same email using a "+" it doesn't work. For example - if I use test+alerts@example.com, I don't get any verification email.

Question: Does SES support + in the identities? If not, what's the workaround for this?

asked 3 months ago113 views
1 Answer
0

Per https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html You can add labels to verified email addresses without performing additional verification steps. To add a label to an email address, add a plus sign (+) between the account name and the "at" sign (@), followed by a text label. For example, if you already verified sender@example.com, you can use sender+myLabel@example.com as the "From" or "Return-Path" address for your emails. You can use this feature to implement Variable Envelope Return Path (VERP). Then you can use VERP to detect and remove undeliverable email addresses from your mailing lists.

AWS
answered 3 months 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