Created
March 13, 2014 18:13
-
-
Save cavill/9533721 to your computer and use it in GitHub Desktop.
Mailgun Meteor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Meteor.startup(function () { | |
process.env.MAIL_URL = 'smtp://postmaster%40YOURDOMAIN.mailgun.org:[email protected]:587';}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment