Title: Simple AWS SES Mail
Author: S3Bubble
Published: <strong>January 20, 2021</strong>
Last modified: January 20, 2021

---

Search plugins

![](https://ps.w.org/simple-ses-mail/assets/banner-772x250.png?rev=2459639)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/simple-ses-mail/assets/icon-256x256.jpg?rev=2459639)

# Simple AWS SES Mail

 By [S3Bubble](https://profiles.wordpress.org/s3bubble/)

[Download](https://downloads.wordpress.org/plugin/simple-ses-mail.0.0.1.zip)

 * [Details](https://wordpress.org/plugins/simple-ses-mail/#description)
 * [Reviews](https://wordpress.org/plugins/simple-ses-mail/#reviews)
 *  [Installation](https://wordpress.org/plugins/simple-ses-mail/#installation)
 * [Development](https://wordpress.org/plugins/simple-ses-mail/#developers)

 [Support](https://wordpress.org/support/plugin/simple-ses-mail/)

## Description

Amazon Simple Email Service (SES) is a cost-effective, flexible, and scalable email
service that enables developers to send mail from within any application. You can
configure Amazon SES quickly to support several email use cases, including transactional,
marketing, or mass email communications.

## Installation

 1. Upload or download the plugin from the WordPress repo and activate
 2. Create a IAM user throught the AWS dashboard with programmatic access and a AmazonSSMFullAccess
    policy attached
 3. Enter the key directly throught the dashboard under the tools menu.

Or enter the keys generated in the wp-config.php example below.

define( ‘SASM_FROM_EMAIL’, ‘hello@example.com’ );
 define( ‘SASM_FROM_NAME’, ‘Testing’);
define( ‘SASM_REGION’, ‘us-east-1’ ); define( ‘SASM_KEY’, ” ); define( ‘SASM_SECRET’,”);

 1. Enable logs send a test email and check logs.

## FAQ

coming soon.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Simple AWS SES Mail” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ S3Bubble ](https://profiles.wordpress.org/s3bubble/)

[Translate “Simple AWS SES Mail” into your language.](https://translate.wordpress.org/projects/wp-plugins/simple-ses-mail)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/simple-ses-mail/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/simple-ses-mail/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/simple-ses-mail/)
by [RSS](https://plugins.trac.wordpress.org/log/simple-ses-mail/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.0.1

## Meta

 *  Version **0.0.1**
 *  Last updated **5 years ago**
 *  Active installations **10+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **5.6.17**
 *  PHP version ** 5.6 or higher **
 * Tags
 * [amazon web services](https://wordpress.org/plugins/tags/amazon-web-services/)
   [SES](https://wordpress.org/plugins/tags/ses/)
 *  [Advanced View](https://wordpress.org/plugins/simple-ses-mail/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/simple-ses-mail/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/simple-ses-mail/reviews/)

## Contributors

 *   [ S3Bubble ](https://profiles.wordpress.org/s3bubble/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/simple-ses-mail/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://s3bubble.com)