Replies: 1 comment 2 replies
-
Can you try it from the command line, like
what happens? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Looks like the SMTP code doesn't handle all mail servers. See exact steps below.
Version
v0.45.22
To Reproduce
Steps to reproduce the behavior:
mailtos
address to allow sending emailExpected behavior
I was expecting a successful SMTP connection and a test notification
Additional context
My email address has a
@
sign in the login field. I'm currently escaping it with URL-encoding like somailtos://username%40address:password@smtpserver
. Could be related.Beta Was this translation helpful? Give feedback.
All reactions