You are here

README.txt in Amazon SES 7

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 README.txt
INTRODUCTION
------------
This module create new mail system which sends the mail by using Amazon SES.
By using amazon SES service mail will always goes into recepient's inbox.

REQUIREMENTS
------------
1. Drupal 7 libraries https://www.drupal.org/project/libraries
2. Drupal 7 awssdk https://www.drupal.org/project/awssdk

INSTALLATION
------------
 * Just like other module , donwload it via drush or FTP, and enable it.
 * This module uses external library GUZZLE. Inastall it via composer dependecny
 tool.

CONFIGURATION
-------------
Follow these steps:

* For configuration go to url "admin/config/aws-settings".

* Provide your AWS Security Credentials, it is must, so that this module can
  send api request to your AWS account. For more details about AWS Credentials
  read through
  http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html.
  Get your access key here
  https://portal.aws.amazon.com/gp/aws/securityCredentials.

* Amazon SES requires that you verify your email address or domain, to confirm
  that you own it and to prevent others from using it. so you must verify your
  sender id. For this go to "admin/config/aws-settings/aws-verify-ses-sender-id"
  If you don't have Production Access to Amazon SES, you must verify
  reciepient's mail addresses.


Benefits of this module over smtp:
----------------------------------
1. Very less configuration, just need AWS credentials
2. It sends the mail by calling direct Amazon SES API.
3. Provides interface for verifying identities, list identities, DKIM settings
and sending mail statistics.

File

README.txt
View source
  1. INTRODUCTION
  2. ------------
  3. This module create new mail system which sends the mail by using Amazon SES.
  4. By using amazon SES service mail will always goes into recepient's inbox.
  5. REQUIREMENTS
  6. ------------
  7. 1. Drupal 7 libraries https://www.drupal.org/project/libraries
  8. 2. Drupal 7 awssdk https://www.drupal.org/project/awssdk
  9. INSTALLATION
  10. ------------
  11. * Just like other module , donwload it via drush or FTP, and enable it.
  12. * This module uses external library GUZZLE. Inastall it via composer dependecny
  13. tool.
  14. CONFIGURATION
  15. -------------
  16. Follow these steps:
  17. * For configuration go to url "admin/config/aws-settings".
  18. * Provide your AWS Security Credentials, it is must, so that this module can
  19. send api request to your AWS account. For more details about AWS Credentials
  20. read through
  21. http://docs.aws.amazon.com/general/latest/gr/aws-security-credentials.html.
  22. Get your access key here
  23. https://portal.aws.amazon.com/gp/aws/securityCredentials.
  24. * Amazon SES requires that you verify your email address or domain, to confirm
  25. that you own it and to prevent others from using it. so you must verify your
  26. sender id. For this go to "admin/config/aws-settings/aws-verify-ses-sender-id"
  27. If you don't have Production Access to Amazon SES, you must verify
  28. reciepient's mail addresses.
  29. Benefits of this module over smtp:
  30. ----------------------------------
  31. 1. Very less configuration, just need AWS credentials
  32. 2. It sends the mail by calling direct Amazon SES API.
  33. 3. Provides interface for verifying identities, list identities, DKIM settings
  34. and sending mail statistics.