Android Question Smtp

walterf25

Expert
Licensed User
Longtime User
Upvote 0

walterf25

Expert
Licensed User
Longtime User
the user needs to send the mail
You need to give enable the less secure apps access on your gmail account, otherwise you will have to use the OAuth library to ask permission from the user.

Capture.PNG

Walter
 
Upvote 0

buras3

Active Member
Licensed User
Longtime User
B4X:
Sub SmtpClient_MessageSent(Success As Boolean)
    Msgbox ("",Success)
End Sub
You are not handling the MessageSent event and not checking the value of Log(LastException).
yes I do
Nothing shows
I get false
 
Upvote 0
Top