Tag: email
All the articles with the tag "email".
Email Newsletter Adventure
Published: at 03:05 PMI was recently tasked with building out an email newsletter. Honestly, I was dreading the task. Luckily, I did a bit of research before I started out on this adventure and found [Foundation for Emails](http://foundation.zurb.com/emails.html). It's well documented and even has a [CLI](http://foundation.zurb.com/emails/docs/sass-guide.html).
Node Email Templates
Published: at 01:01 PMI have been looking for a straight forward way to use email templates in a contact form. I have searched and searched with no real success. So, I thought I would write a tutorial on how to build a (very!) simple contact page that uses an email template. This uses [Express](http://expressjs.com/), [Nodemailer](http://nodemailer.com/) and [node-email-templates](https://github.com/niftylettuce/node-email-templates).