From 7fd274ba79df3f293278ac835311e358131fa2e1 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 28 Jan 2013 15:38:43 -0500 Subject: [PATCH] add another templates project to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2d335ae..39dcaa50 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,10 @@ check out [simplesmtp](https://github.com/andris9/simplesmtp). ### Templates -To use Nodemailer with templates, please see documentation for [node-email-templates](https://github.com/niftylettuce/node-email-templates). +To use Nodemailer with templates, please see documentation for these projects. + + * [swig-email-templates](https://github.com/superjoe30/swig-email-templates) - swig, template inheritance, dummy context + * [node-email-templates](https://github.com/niftylettuce/node-email-templates) - ejs ## TL;DR Usage Example