lupomontero / horseshoe

A wrapper around nodemailer used for sending email using handlebars templates.
http://lupomontero.github.io/horseshoe/
Other
15 stars 6 forks source link

.hbs and .handlebars Support #8

Open mhemmings opened 10 years ago

mhemmings commented 10 years ago

Currently the only file extensions supported are .txt and .html. This is bad practice; handlebar files should have the extension .hbs or .handlebars

lupomontero commented 10 years ago

@mhemmings thanks for the feedback. Might be a good idea to name the files something like mytemplate.txt.hbs and mytemplate.html.hbs.