Skip to content

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

Notifications You must be signed in to change notification settings

s3bubble/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', '[email protected]' );
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