Project

General

Profile

Amazon SES for CiviCRM » History » Revision 3

Revision 2 (Jon Goldberg, 01/12/2015 12:16 PM) → Revision 3/19 (Jon Goldberg, 01/12/2015 02:01 PM)

h1. Amazon SES for CiviCRM 

 If you're visiting this page and distressed by its incompleteness - rest assured that we HAVE successfully set up Amazon SES on EC2 for a client.    However, we didn't document it - this page is to capture the documentation from setting up SES in January 2015 for a new client. 

 _Pre-requisites: DNS access_ 

 * Have client sign up for Amazon AWS, which involves credit cards, identity verification, etc. 
 * Ideally, have them click on "SES" at the AWS console, to do the phone verification. 
 * Log onto AWS, select SES.    Note that you only have sandbox access at this time. 
 * Click on "SMTP Settings" on the left, record the server info, generate SMTP credentials and record those too. 
 * Click on "Verified Senders: Domains".    Click "Verify a new Domain".    Enter the client's domain name; also click "Generate DKIM settings". 
 * Download these credentials, don't just copy/paste from the screen, because they tend to get cut off. 
 * Update the DNS with the verification credentials. 
 ** *NOTE: This will likely take several hours, even after DNS has propagated.* 
 * Also add your own e-mail address the the verified sender - email address list.    This just requires receiving a verification email. You need this because while you're still in sandbox mode, you can only send to verified addresses.    Note that if your normal mail account has greylisting, you'll probably want to use an alternate account here, like GMail. 
 * Set up the SMTP Outbound settings in CiviCRM to use the Amazon SMTP server.    Click "Save and Test". 
 * You may not see an error on the page - so check the ConfigAndLog log for error messages if necessary. 

Go to top