-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
stmp invalid login: 502 Command "AUTH PLAIN #2106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Urlencode special characers, see top of this page: |
i change the value to and got I set the port as 25 in the url, but it seems trying port 587 how can I set the right url ? thank you |
You should only urlencode username and password. Not any other characters like : etc |
smtp://a%40b.com:pd%40@192.168.100.1:25/?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false so you urlencode only @ that is special character in username or password |
I set it like: I thought it could be ok 502 Command "AUTH PLAIN AElUU2VydmljZVRlc3RAbWFpbC5ub3Rlcy5iYW5rLW9mLWNoaW5hLmNvbQBhcm1haWxlY2M=" not implemented feel sad ~~~ |
What SMTP server are you trying to use? |
Maybe it does not have non-encrypted port 25 sending at all. So it would require TLS. |
IBM notes the email server of company. And I have tried the same config on rancher notification, just input send e-mail, smtp addr ip, port, user name same as send e-mail and password, it works. |
Are you using Wekan source/Snap/Docker/Sandstorm version? |
No |
wekan:latest with the version of 2.01.0 |
Use the I found this comment from: |
You could also google search for "smtp invalid login 502 AUTH PLAIN" for other ways to fix it. If you find something that works, please add comment to this issue. |
Thank you. I'm trying..... |
I tried nodemailer, not ok. crying..... |
Does your IBM notes server have SMTP sending enabled? |
I'm sure it had enabled. I can send mails through smtp with Go or C# program. |
holy!!!! |
@xet7 thank you |
Issue
Server Setup Information:
Problem description:
i set up mail_url as
smtp://a@b.com:pd@192.168.100.1:25/?ignoreTLS=true&tls={rejectUnauthorized:false}&secure=false
when regist, i got in log
invalid login: 502 Command "AUTH PLAIN
what can i do?
The text was updated successfully, but these errors were encountered: