strapi-provider-aws-mailer

1.0.2 • Public • Published

strapi-provider-aws-mailer

==========

Strapi email provider plugin to send emails through Amazon SES Service

Installation

npm install strapi-provider-aws-mailer --save

Usage

Path - ./config/plugins.js

  email: {
    config: {
      provider: "strapi-provider-aws-mailer",
      providerOptions: {
        key: env("SES_USER"),
        secret: env("SES_PASSWORD"),
      },
      settings: {
        defaultFrom: "noreply@domain.com",
        defaultReplyTo: "noreply@domain.com",
      },
    },
  }

/strapi-provider-aws-mailer/

    Package Sidebar

    Install

    npm i strapi-provider-aws-mailer

    Weekly Downloads

    0

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    2.15 kB

    Total Files

    3

    Last publish

    Collaborators

    • shakir-abdo