Amazon SES

Categories

Component ID

1072582

Component name

Amazon SES

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

9159

Component created

Component changed

Component body

Module Description

This module is used to send mails via Amazon SES. instead of usind Drupal's native mail system.

Advantages of this module

  • You need not setup your own SMTP server.
  • lesser configuration, just setup your AWS credentials and you are all set.
  • This module sends email via Amazon SES by directly calling API.

How to install it

  1. Just like other module , donwload it via drush or FTP, and enable it.

Dependencies

  1. Libraries
  2. awssdk

Configuration

Follow these steps:

  1. Provide your AWS Security Credentials "admin/config/media/awssdk", 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.
  2. 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.

Similar Modules

Upcoming Features

  1. Meaningful feedback, i.e. who has read mail, who spammed it, who have not received yet.
  2. Integration with https://drupal.org/project/simplenews module.

PS: After enabling this module, it will override default mail system and start using AmazonSesSystem mail system.