Module Description

This module is used to send email via Amazon SES, instead of using Drupal's native mail system.

Advantages of this module

  • You do not need to set up your own SMTP server.
  • Less configuration; just setup your AWS credentials and you are all set.
  • This module sends email via Amazon SES by directly calling the API.

Dependencies

For full functionality, the following AWS permissions are required.

  • ses:GetAccount
  • ses:CreateEmailIdentity
  • ses:DeleteEmailIdentity
  • ses:GetEmailIdentity
  • ses:ListEmailIdentities

Configuration

  1. Configure Amazon Web Services with your AWS credentials.
  2. Verify your email address or domain at /admin/config/services/amazon_ses/settings/identities.
  3. Configure Drupal to use Amazon SES for sending email. The most common way to do this is to use the Mail System module.

Similar Modules

Supporting organizations: 
Devoted time and resources towards continuing support of Drupal 7 version of this module.

Project information

Releases