UNPKG
@sendgrid/mail
Version:
beta (6.0.0-beta.5)
latest (8.1.5)
8.1.5
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.0
7.7.0
7.6.2
7.6.1
7.6.0
7.5.0
7.4.7
7.4.6
7.4.5
7.4.4
7.4.2
7.4.1
7.4.0
7.3.0
7.2.6
7.2.5
7.2.4
7.2.3
7.2.2
7.2.1
7.2.0
7.1.1
7.1.0
7.0.1
7.0.0
6.5.5
6.5.4
6.5.3
6.5.2
6.5.1
6.5.0
6.4.0
6.3.1
6.3.0
6.2.1
6.2.0
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.0
6.0.0-beta.5
6.0.0-beta.4
6.0.0-beta.3
6.0.0-beta.2
6.0.0-beta.0
Twilio SendGrid NodeJS mail service
sendgrid.com
sendgrid/sendgrid-nodejs
@sendgrid/mail
/
src
/
mail.js
10 lines
(7 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
/** * Dependencies */
const
MailService
=
require
(
'./classes/mail-service'
);
//Export singleton instance
module
.
exports
=
new
MailService
();