Ciao ragazzi ho bisogno di un vero aiuto, vi chiedo perfavore a chi sa gestire questo problema come posso risolverlo.
ERRORE DAL SERVER
'530 5.7.0 https://support.google.com/mail/?p=WantAuthError lw26-20020a170906bcda00b009310d4dece9sm1215609ejb.62 - gsmtp
'(RuntimeException) java.lang.RuntimeException: Empty writer returned: 530-5.7.0 Authentication Required. Learn more at
ERRORE DAL SERVER
'530 5.7.0 https://support.google.com/mail/?p=WantAuthError lw26-20020a170906bcda00b009310d4dece9sm1215609ejb.62 - gsmtp
'(RuntimeException) java.lang.RuntimeException: Empty writer returned: 530-5.7.0 Authentication Required. Learn more at
B4X:
Log("started")
Dim smtp As SMTP
smtp.Initialize(smtpServer, smtpPort,smtpUserEmail, smtpUserPassword, "smtp")
smtp.StartTLSMode = True
smtp.UseSSL = True
smtp.Subject = "MIASmart Social AI"
smtp.Body = "CODE: " & code
smtp.To.Add(receipientEmail)
smtp.Send
Wait For smtp_MessageSent(Success As Boolean)
Log(Success)
Log(LastException)