Hello,
I have the following code for b4a and it works fine.
I have implemented it in b4i and it does not send mail.
It gives me an error:
unsupported login mechanism
can anybody help me?
I have the following code for b4a and it works fine.
I have implemented it in b4i and it does not send mail.
It gives me an error:
unsupported login mechanism
B4X:
SMTP.Initialize("smtp.serxxx.es", 465, "[email protected]", "xxx", "SMTP")
SMTP.UseSSL=True
SMTP.StartTLSMode = False
SMTP.To.Add([email protected])
SMTP.Subject = "Registro APP"
mensaje="Bienvenido "
SMTP.Body = mensaje
SMTP.Send
can anybody help me?