Skip to content

Instantly share code, notes, and snippets.

@lislon
Created February 2, 2015 12:03
Show Gist options
  • Save lislon/94dd5ee2ccd6772104af to your computer and use it in GitHub Desktop.
Save lislon/94dd5ee2ccd6772104af to your computer and use it in GitHub Desktop.
Email.send = function(templateName, templateData, options, cb) {
emailTemplates(__dirname + "/../../" + derp.settings.noti.templatesDir, function(err, template) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment