Skip to content

Instantly share code, notes, and snippets.

@cavill
Created March 13, 2014 18:13
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cavill/9533721 to your computer and use it in GitHub Desktop.
Mailgun Meteor
Meteor.startup(function () {
process.env.MAIL_URL = 'smtp://postmaster%40YOURDOMAIN.mailgun.org:YOURPASSWORD@smtp.mailgun.org:587';});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment