Beschrijving
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.
Installatie
- Upload or download the plugin from the WordPress repo and activate
- Create a IAM user throught the AWS dashboard with programmatic access and a AmazonSSMFullAccess policy attached
- 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’, ” );
- Enable logs send a test email and check logs.
FAQ
coming soon.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Simple AWS SES Mail” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “Simple AWS SES Mail” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.