Skip to content
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

When select e-mail as provider, get an SMTP error #67

Open
tceydeliler opened this issue May 20, 2024 · 1 comment
Open

When select e-mail as provider, get an SMTP error #67

tceydeliler opened this issue May 20, 2024 · 1 comment

Comments

@tceydeliler
Copy link

tceydeliler commented May 20, 2024

Hi,
Finally I can run service. Bu twhen I select provider as email, ?
Cannot send Email, error: SMTP AUTH extension not supported by server.
here is my e-mail provides settings:
"email-1": {
"class": app.providers.Email,
"enabled": True,
"display_name": "Email",
"options": {
# In template {0} will replaced with token
"msg_template": "Your reset password token: {0} \nDo not tell anyone this code.",
"msg_subject": "Your LDAP password reset code",
"smtp_from": None, #With None its copy value from smtp_user
"smtp_user": "",
"smtp_pass": "",
"smtp_server_addr": "smtp.yasar.com.tr",
"smtp_server_port": 25,
"smtp_server_tls": False,

I am using opensmtpd as an SMTP server and I am not using authentication in the configuration. It is sufficient for the IP to be in the IP list and the IP server is already in this list.
How can I overcome this issue?

@tceydeliler
Copy link
Author

I check the closed issues and find my problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant