B4A Tutorial [B4X] Sending emails with Gmail REST API - Erel    Jul 17, 2017   (38 reactions)   tags: Mail, b4x, google, send, Email This solution is compatible with B4A, B4J and B4i.
Up until now there were two ways to send emails:
1. Using the default mobile app which required the user to actually send the message (available... for permission to send emails through his gmail account:
https://www.b4x.com/basic4android/images... B4A Question Net Library - Using SMTP to send an email message. - rleiman    Oct 28, 2020 Greetings, I'm experimenting with the Net library in an attempt to send an email message using SMTP with gmail as the email server. The message is not being sent. My logs show a "False... = "Emad" email.Send Catch Log("SendEmail " & LastException... in the coding. email.Initialize("smtp.gmail.com", 587, "MyEmail@gmail.com", "MyPassword", "EmailClient") Dim Body As String Dim Subj As String Dim EmailTo... B4A Question send email using gmail - Zeev Goldstein    Sep 4, 2024 hi
just found this old post by Erel with a sample project to send email using gmail
https://www.b4x.com/android/forum/threads/b4x-sending-emails-with-gmail-rest-api.81736/
i tried to get the api... B4A Question [Solved] Problem in Sending email - incendio    Sep 28, 2018 Hi guys,
I got an error when using email with attachment. B4A 8.30, device Oreo 8.0, phone library...
Main.PUB_InstDir= rp.GetSafeDirDefaultExternal("")
End Sub
Codes in activity that send... B4A Question Send EMail with SMTP and net.lib - GiovanniPolese    Feb 11, 2023 Hi to all
I need to send mails with B4A, possibly without involving the EMail apps on my phone/Tablet. By the way, sending mails with the installed gMail App of course works on the tablet I am using... B4A Question Send Email with Android 10 - vecino    Mar 18, 2021 Hello, some customers are buying new tablets that come with Android V10 and can not send email from... relation to emails?
Thanks.... B4A Question I need to send email with pdf created attachment - MroBurk    Nov 15, 2021 Hi, I need help with that project.
Thanks to Erel's help I have this code to create pdf.
My question is: is it possible to send an email with the created pdf attachment?
thanks !!!
I tried with this but it doesn't work... https://www.b4x.com/android/forum/threads/pdf-created-to-mail.135499... B4A Question I should send an email with google but I find error! - ivanomonti    Apr 6, 2023 (receipientEmail)
smtp.Send
Wait For smtp_MessageSent(Success As Boolean)
Log(Success... smtpUserEmail As String = "[email protected]"
Dim smtpUserPassword As String... B4A Code Snippet Sending email via SMTP with "POP before SMTP" - peacemaker    Jan 22, 2018   (7 reactions)   tags: email SMTP with pop befor, email, B4a with around 70-80 emails from an app to the chosen GMAIL box to self. No sending errors now. Before there were 2-3 sending errors per day.
' Class for working with SMTP emailing, but with POP3 check...
POPserver = mPOPserver
SMTPto = mSMTPto
End Sub
Sub SendEmail (Subj As String, Body As String... B4A Question Can't send email, Android wants to use chat instead [solved] - Didier9 (first post)    Mar 12, 2025   (1 reaction)
Need some technical info. The code how you send files is also where the files are stored. Maybe post a small example of emailing a simple cvs file. Specify the Android version.
Thanks for the quick... Page: 1   2   3   4   5   |