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 in B4A and B4i). 2. Using SMTP from the Net library. This required the user to enter the email... for permission to send emails through his gmail account: https://www.b4x.com/basic4android/images/SS-2017-07-17_17.10.47.png Once allowed we can use the Gmail API to send messages. Start... Share My Creation SithasoDaisy: Send Emails via Zapier Web Hooks - Mashiane    May 27, 2023   (1 reaction) Hi there Today we will send emails using Zapier Web Hooks and gmail. We build an app where one can enter the email to send to, the subject and message. 142373 We then send this via a hook. 142372... B4J Tutorial [BANano] Send Emails using PHP (Without Attachments) - Mashiane    Sep 4, 2024   (2 reactions) , this is the actual webserver address & not localhost.
We will define a couple of functions to send email. To send the email in this case, we will specify from, to, cc, subject and message.
'build code... B4J Tutorial [BANanoVuetifyAD3] Sending Emails via EmailJS REST API - Mashiane    Sep 6, 2022   (1 reaction) Hi there I needed a simple and quick API to send emails and found EmailJS. There are a variety of other emails you can find. One of the things I like about this is the ease if creating templates and the 200 emails per month FREE. Just enough to test my ideas around. The sign up process is also easy. On the email template you can use any field you want e.g {{I_love_b4x}} and you can feed... As BANanoAxios axios.Initialize("https://api.emailjs.com/api/v1.0/email/send"... B4i Question SMTP not sending email - mcqueccu    Aug 3, 2021 I am having problem sending email with SMTP. Same code and Credentials work well in B4A and... is Subject"
smtp.Body = "Hello world"
smtp.To.Add(receipientEmail)
smtp.Send... B4J Tutorial [SithasoDaisy] Using EmailJS rest api to send emails - Mashiane    Mar 18, 2023   (2 reactions) Hi there The purpose of this tutorial is showing the functionality of sending emails using EmailJS...-sending-emails-via-emailjs-rest-api.142767/#content Now we have a Sithaso class to do this. What... the property bag 5. Initializing the SDUIEmailJS class to send an email 140372 Open an account, 200...("btnSend", "Send Email", app.COLOR_CYAN) 2. Getting the bag content and sending an email. Sub tbEmail_btnSend (e As BANanoEvent) tbEmail.SetPropertyActionButtonLoading... 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 Can't send email, Android wants to use chat instead [solved] - Didier9    Mar 12, 2025 I really need this to work.
I am using an email intent to send a csv copy of a Sqlite database to myself via email for backup/processing on thePC (my tax return, 3 businesses and 4 rentals...)
That no... B4J Question How to send email via smtp.libero.it ? - amorosik    Dec 29, 2024 I'm try to send email with smtp.libero.it server with superbasic code
Obviously the username... = "Corpo dell'email inviata"
Wait For (smtp.Send) SMTP_MessageSent (Success... 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... Page: 1   2   3   4   5   6   |