# node-transacemail-sendgrid **Repository Path**: mirrors_FGRibreau/node-transacemail-sendgrid ## Basic Information - **Project Name**: node-transacemail-sendgrid - **Description**: Sendgrid mailProvider for node-transacemail - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sendgrid MailProvider for [node-transacemail](https://github.com/FGRibreau/node-transacemail) =========================================== [![Build Status](https://img.shields.io/circleci/project/FGRibreau/node-transacemail-sendgrid.svg)](https://circleci.com/gh/FGRibreau/node-transacemail-sendgrid/) [![Deps]( https://img.shields.io/david/FGRibreau/node-transacemail-sendgrid.svg)](https://david-dm.org/FGRibreau/node-transacemail-sendgrid) [![NPM version](https://img.shields.io/npm/v/transacemail-sendgrid.svg)](http://badge.fury.io/js/transacemail-sendgrid) [![Downloads](http://img.shields.io/npm/dm/transacemail-sendgrid.svg)](https://www.npmjs.com/package/transacemail-sendgrid) ![extra](https://img.shields.io/badge/actively%20maintained-yes-ff69b4.svg) [![Slack](https://img.shields.io/badge/Slack-Join%20our%20tech%20community-17202A?logo=slack)](https://join.slack.com/t/fgribreau/shared_invite/zt-edpjwt2t-Zh39mDUMNQ0QOr9qOj~jrg) Usage ===== ```JavaScript var Mailing = require('transacemail'); var mails = Mailing .compile('/path/to/mails') .setMailProvider(require('transacemail-sendgrid')('apikey')); // OR var Sendgrid = require('transacemail-sendgrid'); var mails = Mailing .compile('/path/to/mails') .setMailProvider(Sendgrid('apikey', { subject: "node-transacemail-sendgrid", from: "sendgrid@transacemail.com", fromname: "Francois-Guillaume Ribreau" })); ``` ## Donate I maintain this project in my free time, if it helped you please support my work via [paypal](https://paypal.me/fgribreau) or [bitcoins](https://www.coinbase.com/fgribreau), thanks a lot!