Cannot send email from android app

Hello, am i trying to send an email on a method on my webapp
on local work fine, on dev server works fine
but when i send it from the android apk noting get send
even tough i see on the console that the mail has been sent

are there any special caveats to configure an email send through android?

Are you setting an SMTP url for your meteor server which your android app connected to ?

What version of meteor are you on ? meteor 1.5 is more strict and seems to require smtps instead of simply smtp on your MAIL_URL if you are linking your nodejs with TLS cert files and if you choose to not link with TLS cert files and run in non secure mode using smtp then you must set environment variable NODE_TLS_REJECT_UNAUTHORIZED=“0”