Skip to content

chibani/Simple-AWS-SES-Mail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-AWS-SES-Mail

Send all your WordPress emails through the powerful AWS SES Mail service

Add the code below to your wp-config.php file and your good to go.

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

About

Send all your WordPress emails through the powerful AWS SES Mail service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.5%
  • JavaScript 3.4%
  • CSS 2.1%