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 Jul 6, 2021. It is now read-only.
http://docs.meteor.com/#/full/email_send
For apps deployed with meteor deploy, MAIL_URL defaults to an account (provided by Mailgun) which allows apps to send up to 200 emails per day
Meteor.startup(function () {
var mail_config = 'smtp://USERNAME:PASSWORD@HOST:PORT/';
process.env.MAIL_URL = mail_config;
console.log('email configured to: '+mail_config+' β¦done')
});
Please don't hesitate to
propose features for Openki,
suggest what should be enhanced,
and report bugs
-> in the Issues