Dieses Plugin wurde nicht mit den 3 neuesten Hauptversionen von WordPress getestet. Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

Simple AWS SES Mail

Beschreibung

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.

Installation

  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.

FAQ

coming soon.

Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

Mitwirkende und Entwickler

„Simple AWS SES Mail“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Simple AWS SES Mail“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

0.0.1