R raneem New Member Oct 21, 2019 #1 is is possible to use b4a to send an email ? Like that kind of apps when you can send them an email with a suggestion or a Complaint
is is possible to use b4a to send an email ? Like that kind of apps when you can send them an email with a suggestion or a Complaint
JohnC Expert Licensed User Longtime User Oct 22, 2019 #2 Yes, there are three different methods: 1) Send an email using the user's own gmail account: https://www.b4x.com/android/forum/threads/b4x-sending-emails-with-gmail-rest-api.81736/#content 2) Send an email using SMTP: https://www.b4x.com/android/forum/threads/b4x-net-library-ftp-smtp-pop-with-wait-for.84821/ 3) Using an Intent to use the user's default email app: https://www.b4x.com/android/forum/threads/correct-intent-to-compose-an-email-on-android.45488/ Upvote 0
Yes, there are three different methods: 1) Send an email using the user's own gmail account: https://www.b4x.com/android/forum/threads/b4x-sending-emails-with-gmail-rest-api.81736/#content 2) Send an email using SMTP: https://www.b4x.com/android/forum/threads/b4x-net-library-ftp-smtp-pop-with-wait-for.84821/ 3) Using an Intent to use the user's default email app: https://www.b4x.com/android/forum/threads/correct-intent-to-compose-an-email-on-android.45488/