Replies: 2 comments 6 replies
-
Just configure it without ssl, set |
Beta Was this translation helpful? Give feedback.
2 replies
-
Just to get this right, your local mailserver does not expect TLS but it does expact login credentials, correct? If that is the case you need to explicitly set an auth-mechanism, because there is no default value if you disable TLS.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I'm running an actual (1.25.0) vaultwarden installation and had tried to configure SMTP.
After some tests and some troubleshooting I have seen that there is no configuration option and in the code no "path" for
sending email without authentication and without certificates with an smtp server.
The smtp server is running on the same machine and trusts the local machine and all services that are running on the local machine so there is no need for TLS and Authentication.
lettre (The smtp library for rust) has the possibility to be used without auth and tls.
Is there a possibility to add this in the future?
Thanks for your work, you are doing a great job.
Cheers
Lex / RamShadow
PS I can read rust but have not the knowledge to write it by myself in the quality that I want
Beta Was this translation helpful? Give feedback.
All reactions