@babl.one/sender-sendgrid
v0.0.6
Published
Wrapper for SendGrid send emails requires @babl.one/sender
Downloads
9
Readme
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" : ""
}
}