mailTransport





To use this, you'll need to install the nodemailer NPM package into your Profound.js instance directory. For more information on this NPM package, see the following page: https://www.npmjs.com/package/nodemailer. 



Specifies the NodeMailer SMTP transport details to be used by the pjs.sendEmail() API.

Sample Configuration
"mailTransport": { "host": "smtp.ethereal.email", "port": 587, "secure": false, "auth": { "user": "my_user", "pass": "my_pwd" } }