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 was archived by the owner on Jan 22, 2021. It is now read-only.
I have a simple method that calls Mailer.send then if the result is true, updates the database.
Then in my unit test, result is undefined. I think it might be undefined outside the testing environment as well.
The documentation says that Mailer.send returns either true or false though. Has the API been updated? Does it behave differently in different environments?
This is occurring on Meteor 1.4
Love the package by the way, thank you for your work on it and for sharing it with the community. Being able to structure my email templates in an easy and orderly way is so handy.
Hi,
I have a simple method that calls Mailer.send then if the result is true, updates the database.
Then in my unit test, result is undefined. I think it might be undefined outside the testing environment as well.
The documentation says that Mailer.send returns either true or false though. Has the API been updated? Does it behave differently in different environments?
This is occurring on Meteor 1.4
Love the package by the way, thank you for your work on it and for sharing it with the community. Being able to structure my email templates in an easy and orderly way is so handy.