Skip to content

Instantly share code, notes, and snippets.

@availit
Created May 30, 2019 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save availit/d18c18c74ab0e042976885bba4579be0 to your computer and use it in GitHub Desktop.
Save availit/d18c18c74ab0e042976885bba4579be0 to your computer and use it in GitHub Desktop.
const transporter = nodemailer.createTransport({
service: 'SendinBlue', // no need to set host or port etc.
auth: {
user: 'YOUR EMAIL',
pass: 'API KEY'
}
});
// Read more on the usage of Nodemailer package here: https://nodemailer.com/usage/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment