Cannot send email #202
Answered
by
edemaine
make-github-pseudonymous-again
asked this question in
Installation
-
I installed postfix, configured it as described in the README and started it. However the server is not able to send emails.
What is this environment variable for and what should it contain? |
Beta Was this translation helpful? Give feedback.
Answered by
edemaine
May 3, 2017
Replies: 2 comments
-
https://docs.meteor.com/api/email.html |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
edemaine
-
Thanks! Not using mup for the moment but might in the future to avoid the hastle. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.meteor.com/api/email.html
If you're working locally, then you want to set
MAIL_URL
tosmtp://your.host.name:25/
, as in.deploy/mup.js
. (Are you usingmup
?)