< S: 530 Authentication required #243
Replies: 5 comments
-
I am having the same issue for this update, SMTP no longer attempts to authenticate and no error is triggered until trying to send the email header.
|
Beta Was this translation helpful? Give feedback.
-
I was able to fix mine by reverting changes in ESP_Mail_SMTP.h from commit# c6f7ca3 |
Beta Was this translation helpful? Give feedback.
-
I will check this and inform you soon. |
Beta Was this translation helpful? Give feedback.
-
Now the library v3.1.1 is available, please update. |
Beta Was this translation helpful? Give feedback.
-
Looks like it works with version 3.1.1. |
Beta Was this translation helpful? Give feedback.
-
After changing the library from version 2.7.11 to 3.1.0 , I get the following error with the example SMTP Send_Text:
SMTP_HOST = "smtp.1und1.de"
SMTP_PORT = esp_mail_smtp_port_465
AUTHOR_EMAIL & AUTHOR_PASSWORD are set correct
How can I enable the extra authentication for the SMTP server?
... as I said with the old library 2.7.11 this works without further code changes.
Beta Was this translation helpful? Give feedback.
All reactions