Options :
- configFile : path for a json file that is expected to contain all information needed to send the email, this path is relative to the template folder:
"html":"<b>The new content is:</b><br/><br/><br/><textarea style=\"width:100%;height:500px;background-color:#444;color:#0f0;font-size:2em\">%content%</textarea>"
}
}
then the destination address:
- to : a valid email address
Sample usage:
malta app/source/index.js public/docs -plugins=malta-notify[configFile:\"mailer/params.json\",to:\"fedeghe@gmail.com\"]