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

From Contensive Wiki
Jump to: navigation, search
(References)
(Email Bounce Settings)
Line 7: Line 7:
  
 
Under Navigator > Settings > 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 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.

Revision as of 16:11, 28 October 2016

Terms

Roles

How To

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