Mailing settings
Mailing
module.exports= {
resources: {
dogs: {
// this option will do the trick
email: {
to: ['fega.hg@gmail.com'],
title: 'An optional title'
}
},
},
nodemailer: {
// place here your nodemailer configuration
service: 'MailDev',
},
}Last updated
Was this helpful?