You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
lead to a wrong behaviour in development mode: it keeps Mail.send() from printing the mails output to the console, if NO MAIL_URL has been set. I had to remove this line to see the output. Maybe you can remove it from the example? Or is there any real feature this is giving?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@johanbrook: I just found that those lines here
meteor-emails/example/server/server.js
Lines 4 to 6 in 7c98ce5
Mail.send()
from printing the mails output to the console, if NO MAIL_URL has been set. I had to remove this line to see the output. Maybe you can remove it from the example? Or is there any real feature this is giving?The text was updated successfully, but these errors were encountered: