Skip to content

Instantly share code, notes, and snippets.

@fraserxu
Created May 11, 2013 02:47
Show Gist options
  • Save fraserxu/5558708 to your computer and use it in GitHub Desktop.
Save fraserxu/5558708 to your computer and use it in GitHub Desktop.
kue-job-email
jobs.create('email', {
title: 'welcome email for tj'
, to: 'tj@learnboost.com' , template: 'welcome-email'
}).save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment