I want to send Email Reminders in my app. I succesfully tried it from an activity.
Now I want to send it from a receiver in the background.
The 'ScheduledEmailReceiver' calls himself via
Private Sub Receiver_Receive (FirstTime As Boolean, StartingIntent As Intent)
'[...]...
Hi, I'm trying to send a gmail through a B4J app but it's not working. I've updated my cacerts in Java and tested it with keytool and that's OK.
My code is:
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Root.LoadLayout("MainPage")
smtp.Initialize("smtp.gmail.com", 465...
I just read this article, and it seemed relevant for the people here that plan on using OAUTH2 for Gmail.
http://www.pmail.com/newsflash.htm
I should point out that it might be that this is relevant only if you plan on storing data on a server. It might not be relevant if you're simply making...
Hello.
I´m trying to implement a code to provide to users of my APP send my a mail to suggest modifications or errors.
My actual code, using Net library, and testing the mail send with my Gmail account, works properly, but Google lock each attempt to send a mail, because it don´t identifies...
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...
Buenas a todos
Estoy necesitando, saber como enviar email, desde mi aplicación a travez de la app de gmail (o alguna otra de gestion de email predeterminada que tenga instalada en el movil).
Para que al enviar email, si no esta conectado a internet, pueda quedar en bandeja de salida.
Si...
Hi all,
I'm designing a "note to self" app that lets you record a voice note and email it as a voice attachment, preferably without invoking the UI for the email app.
To send using the user's GMail, there's the GMail REST API...
Hi, All
The emailing (via SMTP) trouble is solved: to avoid server auth error before using SMTP server we have to check email, say by POP3.
This class is tested during 3 days on popular app with around 70-80 emails from an app to the chosen GMAIL box to self. No sending errors now. Before there...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.