Jon Paul Miles
Jul 25, 2017 · 1 min read

Thank you! Hope it helps. So you’re saying I can replace

smtpTransport({
service: 'gmail',
auth: {
user: process.env.GMAIL,
pass: process.env.GMAIL_PASSWORD
}
})

with

{
service: 'gmail',
auth: {
user: process.env.GMAIL,
pass: process.env.GMAIL_PASSWORD
}
}

? Your instructions are kind of confusing. Are you saying includes({})

What is `transporter.verif`?

Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch
Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore
Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade