forwardemail / email-templates

Create, preview (browser/iOS Simulator), and send custom email templates for Node.js. Made for @forwardemail, @ladjs, @cabinjs, @spamscanner, and @breejs.
https://forwardemail.net/docs/send-emails-with-node-js-javascript
MIT License
3.67k stars 337 forks source link

Don't work with nunjucks & ejs #345

Closed devalexqt closed 5 years ago

devalexqt commented 5 years ago

Then I change name of html.pug to html.njk and then get error: views: { options: { extension: 'njk' }} Error: No content was passed for subject, html, text, nor attachments message props. Check that the files for the template "feedback" exist. at /home/alex/mail_server/node_modules/email-templates/lib/index.js:266:167 at Generator.next (<anonymous>) at asyncGeneratorStep (/home/alex/mail_server/node_modules/email-templates/lib/index.js:11:103) at _next (/home/alex/mail_server/node_modules/email-templates/lib/index.js:13:194) at <anonymous>

What's going on, is this not accept any other template engine?

devalexqt commented 5 years ago

Sorry, my mistake and fail!