Hi there
I'm testing out the email sending functionality and have set up an elastic email account. Via BANano.SendEmail I am able to send email however the email never reaches my gmail account.
As a test, on my code I am using my gmail account as "from" and "to" as per settings below.
As per Elastic Email above, the email gets sent properly however I never receive it on my gmail account. Perhaps I'm missing something.
If I dont want to use Elastic Email, how can I set BANano.SendEmail to use gmail directly?
Thanks
I'm testing out the email sending functionality and have set up an elastic email account. Via BANano.SendEmail I am able to send email however the email never reaches my gmail account.
As a test, on my code I am using my gmail account as "from" and "to" as per settings below.
B4X:
Banano.SendEmail(App.EmailToken, "contactus", "mbanga.anele@gmail.com", "mbanga.anele@gmail.com", "Contact Us", nmsg)
As per Elastic Email above, the email gets sent properly however I never receive it on my gmail account. Perhaps I'm missing something.
If I dont want to use Elastic Email, how can I set BANano.SendEmail to use gmail directly?
Thanks