Difference between revisions of "Managing AWS SES (Simple Email Service)"

From Contensive Wiki
Jump to: navigation, search
(How To)
(How to setup Amazon SES Email Bounce Processing)
Line 9: Line 9:
 
# Go to Amazon (SES) and assign the sending Domain and/or email addresses to the SNS topic.
 
# Go to Amazon (SES) and assign the sending Domain and/or email addresses to the SNS topic.
 
# Go to Amazon Identity & Access Management and create a new user for the email block process. Under permissions, add a policy for "AmazonSQSFullAccess". Under Security, create an access key. Save the "AWS Access Key Id" and the "AWS Secret Access Key" in the Email Bounce Settings.
 
# Go to Amazon Identity & Access Management and create a new user for the email block process. Under permissions, add a policy for "AmazonSQSFullAccess". Under Security, create an access key. Save the "AWS Access Key Id" and the "AWS Secret Access Key" in the Email Bounce Settings.
 +
# in Email Bounce Settings, check the box next to "Allow AWS Email Bounce Processing".
  
 
==References==
 
==References==

Revision as of 16:28, 28 October 2016

Terms

Roles

How To

How to setup Amazon SES Email Bounce Processing

  1. You must have first configured SES Email
  2. Click on Amazon SNS (Notifications) on the Amazon AWS Dashboard. Create a topic.
  3. Click on Amazon SQS (Message Queues). Add a message queue. Subscribe the queue to the the SNS topic. Get the URL in the details tab and save in the "AWS SQS Bounce Email Queue Endpoint" in the Email Bounce Settings.
  4. Go to Amazon (SES) and assign the sending Domain and/or email addresses to the SNS topic.
  5. Go to Amazon Identity & Access Management and create a new user for the email block process. Under permissions, add a policy for "AmazonSQSFullAccess". Under Security, create an access key. Save the "AWS Access Key Id" and the "AWS Secret Access Key" in the Email Bounce Settings.
  6. in Email Bounce Settings, check the box next to "Allow AWS Email Bounce Processing".

References

Email Bounce Settings

Under Navigator > Settings > Email Bounce Settings

Allow AWS Email Bounce Processing 
(For Amazon AWS hosted sites only, requires Amazon SES Email) Use Amazon Notifications to automatically block bad email addresses from your database. When enabled, the site will check with Amazon AWS hourly and if bad email addresses where detected, the user's Allow Group Email will be disabled and the email address will be added to the site's blocked list.
AWS Transient Email Grace Period 
The period of time up to 30 days that email addresses with transient issues will be allowed. You must periodically review the transient email issues in the Email Block List. Transient issues older than this period will be blocked from receiving email.
AWS Access Key Id 
The access key associated with the identity you will use to communicate with the AWS Message system to retrieve bounce and complaint notifications. Use the AWS Identity and Access Management to create you credentials.
AWS Secret Access Key 
The secret access key associated with the identity you will use to communicate with the AWS Message system to retrieve bounce and complaint notifications. Use the AWS Identity and Access Management to create you credentials.
AWS SQS Bounce Email Queue Endpoint 
The URL for the AWS Message Queue you configured to store the bounce messages.

Under Navigator > Settings > Preferences > Email Tab

Test Cases

Change History

10/28/2016 - Created