-
-
Notifications
You must be signed in to change notification settings - Fork 929
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
Can't send emails with SMTP - Getting Authentication Failed #10342
Comments
Hey all, I just downgraded to 2024.4.0 and everything is working as expected, so this seems to be a bug in this last release. |
same Version and deploymentmethod for me and i got this errormessage for testing E-Mail ak-root/venv/lib/python3.12/site-packages/django/core/mail/backends/smtp.py", line 95, in open self.connection.login(self.username, self.password) |
@flece could it be that in your .env file, the password entry has an invisible unicode character in it? could both of you run dump_config to ensure authentik reads the .env file correctly? https://docs.goauthentik.io/docs/installation/configuration#verify-your-configuration-settings |
i have the characters "ü" and "ß" in my password if i change to a password without this characters it worked. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi, anything new? Complex passwords cause issues with some characters, is there another way to save them to config without the scripts breaking? |
Describe the bug
Can't send emails with SMTP using zoho as mail provider, with Authentik deployed in docker-compose. I'm using SSL port 465. Getting Authentication Failed.
To Reproduce
Expected behavior
Test mail sent.
Screenshots
Logs
Version and Deployment (please complete the following information):
Additional context
This instance of Authentik is hosted in a VM of a cloud provider and its restricted in port 80/443 to be only accessible thru a VPN.
Tried from an external online SMTP tester and is working as expected with the exact same server, port, and credentials.
The text was updated successfully, but these errors were encountered: