gmail

  1. DaOel

    Android Question Error when using okhttpUtils2 v3.04 from receiver. Code Line OAuth2_AccessTokenAvailable.

    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) '[...]...
  2. Z

    B4J Question [SOLVED]Gmail not working

    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...
  3. Sandman

    Relevant if using OAUTH2 to communicate with Gmail

    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...
  4. L

    Android Question Send mail using SMTPClient from Net library

    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...
  5. Mashiane

    B4J Question [BANano.SendEmail] How can I set up gmail / Elastic

    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...
  6. Gustsp

    Spanish Enviar email a travez de la aplicacion gmail del telefono [SOLUCIONADO]

    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...
  7. Dave O

    Android Question sending emails silently/automatically?

    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...
  8. peacemaker

    Android Code Snippet Sending email via SMTP with "POP before SMTP"

    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...
Top