0.0.6 • Published 8 months ago
@babl.one/sender-sendgrid v0.0.6
Plugin : @babl.one/sender-sendgrid-ses
This plugin for the @babl.one/sender component enables your application to send emails using SendGrid. It provides a simple and efficient way to integrate SendGrid into your @babl.one messaging pipeline.
Installation
You can install this plugin using npm or yarn:
npm install @babl.one/sender-sendgridConfig
Add the following configuration to your "/config/senders.json"
{
"INSTANCE_NAME" : {
"service" : "sendGrid",
"from" : "",
"token" : ""
}
}