Amazon SES
832 sites
Security covered
This module allows Drupal to send emails using Amazon Simple Email Service (SES) instead of the default mail system. It requires AWS credentials and integrates with the Mail System module for easy configuration.
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
- Configure Amazon Web Services with your AWS credentials.
- Verify your email address or domain at /admin/config/services/amazon_ses/settings/identities.
- Configure Drupal to use Amazon SES for sending email. The most common way to do this is to use the Mail System module.