Skip to content

Instantly share code, notes, and snippets.

@TimFletcher
Created November 5, 2015 20:36
Show Gist options
  • Save TimFletcher/6a1a94f1359df439cf2f to your computer and use it in GitHub Desktop.
Save TimFletcher/6a1a94f1359df439cf2f to your computer and use it in GitHub Desktop.
nylas.drafts.build({
subject: this.email.subject,
body: this.email.html,
to: this.email.to
}).send()
.then(Meteor.bindEnvironment(successCallback))
.catch(Meteor.bindEnvironment(errorCallback));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment