Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Example proposal #84

Open
thebarty opened this issue Nov 17, 2016 · 0 comments
Open

Example proposal #84

thebarty opened this issue Nov 17, 2016 · 0 comments

Comments

@thebarty
Copy link
Contributor

@johanbrook: I just found that those lines here

if (!process.env.MAIL_URL) {
process.env.MAIL_URL = Meteor.settings.MAIL_URL;
}
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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant