L landrea2004 Member Licensed User Longtime User Jun 9, 2018 #1 Using intent to send Email, how can I recognize if the email has been sent or the user pressed cancels Many Thank Example: Dim Message As Email Dim url As String url = "test@somewhere.com" Message.To.Add(url) Message.Subject = "Test" StartActivity(Message.GetIntent)
Using intent to send Email, how can I recognize if the email has been sent or the user pressed cancels Many Thank Example: Dim Message As Email Dim url As String url = "test@somewhere.com" Message.To.Add(url) Message.Subject = "Test" StartActivity(Message.GetIntent)
Erel B4X founder Staff member Licensed User Longtime User Jun 10, 2018 #2 Please use [code]code here...[/code] tags when posting code. It is not possible to know whether the email was sent or not. You can switch to SMTP or https://www.b4x.com/android/forum/threads/81736/#content to have more control. Upvote 0
Please use [code]code here...[/code] tags when posting code. It is not possible to know whether the email was sent or not. You can switch to SMTP or https://www.b4x.com/android/forum/threads/81736/#content to have more control.