Search code examples
amazon-web-servicesaws-lambdaamazon-ses

Which email address to use when receiving Email via AWS SES


We want to trigger a lambda through an email.For this we have created SES rule with action as lambda, verfied domain and recipients.

     send email ---> SES rule ---> Lambda

My doubt is where i should send email from verified address to trigger this rule.I mean to which email address i should send email?


Solution

  • From Step 4: Send a Test Email - Amazon Simple Email Service:

    To send a test email, use an email account that you know is capable of sending email, such as your personal email address. Send a test message to any email address on your verified domain. For example, if your domain is example.com, you can send an email to test@example.com or abc123@example.com (or any other address on the example.com domain).