UNPKG

transacemail

Version:

Transactional Email & Templated Email for NodeJS

20 lines (18 loc) 350 B
module.exports = { /** * Style to embed */ "styles":["global.css"], /** * Mandrill parameters */ "mandrill":{ "message":{ /* text: will be taken from j0_thanks.txt */ /* to: will be automatically completed */ subject: "Thank you !", from_email: "plop@plop.com", from_name:"Mr Plop" } } };