App.meteor.com Email SMTP?

Is it normal that SMTP does not work with gmail + meteor deploy --settings ??

I’m about to give up at this point.

SMTP and mail sending works in my local environment but it does not when I deploy it using meteor deploy or meteor deploy --settings

I am not sure if currently deployed apps on meteor.com can overwrite the MAIL_URL (I am sure the can not overwrite the MONGO_URL)

Have you tried a this in the settings.json file

{
 'env': {
  'MAIL_URL': '<your mail url>'
 }
}