AWSMail
Categories
Component ID
1079956
Component name
AWSMail
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This module allow drupal to send email using Amazon Simple Email Services.
Installation instructions
What you need :
- an aws account
- the aws PHP SDK must reside in sites/all/library/AWSSDKforPHP
- use this getting started guide in order to install the AWS SDK for PHP. Use the git version, the downloadable version doesn't include the ses classes.
It is not necessary to configure the SDK security credentials as you can set this in the awsmail drupal admin page.
Known limitations
- Emails can only be sent from US east region as this is the only option currently supported by Amazon. According to Amazon FAQ, in the future they will probably provide support for other regions
- From addresses must be validated using the Amazon Simple Email Service Scripts
