Skip to content

Instantly share code, notes, and snippets.

@jsivakumaran
Created September 19, 2016 14:50
Show Gist options
  • Save jsivakumaran/a52237ea2c1eb82c4e2e562ceff54b3b to your computer and use it in GitHub Desktop.
Save jsivakumaran/a52237ea2c1eb82c4e2e562ceff54b3b to your computer and use it in GitHub Desktop.
Amazon SES
1. Create AWS Account
2. From Admin Console Create an SES Account
3. Verify your account using your email or phone number
4. Ask for permission from Amazon to send emails to email addresses that have not asked for permission
The key to getting permission is to say that you will not be sending emails to complete strangers (no spamming)
5. Send email requests to people that need their emails in the sent-from field (they must click on the link or amazon will not allow
the emails to go through.
1. Edit the host, username and password on common\config\main-local.php
A. Replace them with the host, username and password gotten from AWS SES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment