Banner for Simple Ses Mail
Amazon Simple Email Service (SES) is a cost-effective, flexible, and scalable email service Wordpress Tutorial
Noted That:
  • To install correctly this simple-ses-mail.zip .
  • Fisrt Download the simple-ses-mail.zip to your computer
  • Extract/Open simple-ses-mail.zip to Your Computer.
  • Then, Find readme.txt file inside simple-ses-mail.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " simple-ses-mail.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Simple Ses Mail

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Simple Ses Mail

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Simple Ses Mail

Step-5 : Now, Browse " simple-ses-mail.zip " Downloaded plugin from your computer, Where you downloaded " simple-ses-mail.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Simple Ses Mail

Step-6 : Now, Click on " Active Plugin "

Activate Simple Ses Mail

Step-7 : Then, See left Side Menu. " Simple Ses Mail " folder is added on left Side Menu. Now, Click on " Simple Ses Mail " folder.

Noted that: If you do not see " Simple Ses Mail " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Simple Ses Mail Configurations and Settings or How to work " Simple Ses Mail " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Simple AWS SES Mail " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Simple AWS SES Mail
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  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’, ‘[email protected]’ );
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.

Name