Meteor mail not sending despite setting MAIL_URL environment variable
问题 I'm getting this error message in the terminal "Mail not sent; to enable sending, set the MAIL_URL environment variable." despite setting MAIL_URL environment variable. After this message the whole mail content html gets dumped in the terminal. I'm using 2 meteor packages for sending email: yogiben:pretty-emails and email with mailgun api service. Here's the source code for the mail config and sending email: if Meteor.isServer Meteor.startup -> process.env.MAIL_URL = 'smtp://sandboxid.mailgun