0.0.14 • Published 8 months ago

@babl.one/sender-amazon-ses v0.0.14

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Plugin : @babl.one/sender-amazon-ses

This plugin for the @babl.one/sender component enables your application to send emails using Amazon Simple Email Service (SES). It provides a simple and efficient way to integrate AWS SES into your @babl.one messaging pipeline.

Installation

You can install this plugin using npm or yarn:

npm install @babl.one/sender-amazon-ses

Config

Add the following configuration to your "/config/senders.json"

{
      "INSTANCE_NAME" : {
            "service"         : "SES",
            "from"            : "",
            "account"         : "",
            "privateKey"      : "",
            "region"          : "" 
      }
}
0.0.14

8 months ago

0.0.12

8 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago