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`?