[Ghost] Setting up Sendmail
like this:
mail: {
transport: 'sendmail',
options: {
path: '/path/to/sendmail',
args: ['-t', '-f', '[email protected]']
}
},
https://github.com/andris9/Nodemailer#setting-up-sendmail
Array