Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Simple AWS SES Mail

Descripción

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.

Instalación

  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.

Preguntas frecuentes

coming soon.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Simple AWS SES Mail» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Simple AWS SES Mail» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

0.0.1