Aquesta extensió no s'ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s'usa en versions recents del WordPress.

Simple AWS SES Mail

Descripció

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.

Instal·lació

  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.

PMF

coming soon.

Ressenyes

No hi ha ressenyes per a aquesta extensió.

Col·laboradors i desenvolupadors

«Simple AWS SES Mail» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

0.0.1