There is no error message, the recipient comes to nothing, and the app crashes also not expire. What am I doing wrong does not arrive, the e-mail?
No Certificat Needed
B4X:
Sub Process_Globals
Dim MailClient As SMTP
End Sub
Sub Activity_Create(FirstTime As Boolean)
MailClient.Initialize ("mailserveradress",443,"x\user","password","MailClient")
MailClient.StartTLSMode = True
MailClient.Subject ="Test"
MailClient.Body ="Test123"
MailClient.Sender = "Sendermail"
MailClient.To.Add("receivermailadress")
MailClient.Send
ToastMessageShow("Email Sent!",False)
End Sub
No Certificat Needed
Last edited: