Hi, All
Suddently B4A projects with SMTP usage stopped to work - servers return 503 like errors (different descriptions), returned immediately, without a timeout. Net. lib now is v.1.75.
The code always used SMTP1.UseSSL = True with port 465, it was OK.
Now:
1) gmail.com: java.lang.RuntimeException: Empty writer returned: 530-5.5.1 Authentication Required. Learn more at https://support.google.com/mail/?p=WantAuthError y3sm2221531ljd.62 - gsmtp
2) another server: "Empty write returned: 503 administrative prohibition. Users in your domain are not allowed to send email without authorization.
Also tried:
Here is GMAIL sending error after timout: org.apache.commons.net.smtp.SMTPConnectionClosedException: Connection closed without indication.
Another SMTP server gives just Timeout error.
Any help ?
Suddently B4A projects with SMTP usage stopped to work - servers return 503 like errors (different descriptions), returned immediately, without a timeout. Net. lib now is v.1.75.
The code always used SMTP1.UseSSL = True with port 465, it was OK.
Now:
1) gmail.com: java.lang.RuntimeException: Empty writer returned: 530-5.5.1 Authentication Required. Learn more at https://support.google.com/mail/?p=WantAuthError y3sm2221531ljd.62 - gsmtp
2) another server: "Empty write returned: 503 administrative prohibition. Users in your domain are not allowed to send email without authorization.
Also tried:
B4X:
SMTP1.Initialize(SMTPserver,SMTPport,SMTPlogin,SMTPpass,"SMTP1")
SMTP1.AuthMethod = SMTP1.AUTH_LOGIN
SMTP1.UseSSL = SMTPssl 'here always True
SMTP1.StartTLSMode = True
Here is GMAIL sending error after timout: org.apache.commons.net.smtp.SMTPConnectionClosedException: Connection closed without indication.
Another SMTP server gives just Timeout error.
Any help ?
Last edited: