0.0.14 • Published 8 months ago
@babl.one/sender-amazon-ses v0.0.14
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-sesConfig
Add the following configuration to your "/config/senders.json"
{
"INSTANCE_NAME" : {
"service" : "SES",
"from" : "",
"account" : "",
"privateKey" : "",
"region" : ""
}
}