-
Notifications
You must be signed in to change notification settings - Fork 6
Allow AUTH LOGIN
mechanism
#60
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
@dinosaure we would very much appreciate it if this would be implemented. Is there any update on this? |
Sorry for the delay, it's on my TODO list, I will probably try an implementation next week. |
I just dig in into the |
@dinosaure Thanks a lot for looking into it and drafting a PR! Unfortunately, |
@aronerben thanks for your reply. I was just wondering if you can use a better mechanism, |
I haven't been able to get it to work, but I'm assuming I'm doing something wrong, I'll keep looking into it. But I just wanted to answer quickly:
Yes, apparently, recently, |
@dinosaure I found the problem, I had forgotten to change the mechanism while using STARTTLS :) The happy path works with |
Thanks for you feedback. I will cut a release as soon as I can 👍. About NTLM mechanism, we probably should make an other issue about that (and when I will have the time, I will try to implement it). |
@dinosaure Thanks a bunch for your work 🎆 , I'll make the issue. |
CHANGES: - Implement the `LOGIN` mechanism when we want to send an email (@dinosaure, issued by @aronerben & @mabiede, mirage/colombe#60, mirage/colombe#61) - Update the codebase with `ocamlformat` (@dinosaure, mirage/colombe#62, mirage/colombe#64)
Hello, from what I'm seeing currently, only the
AUTH PLAIN
mechanism is supported insendmail
. It would be very beneficial for us ifAUTH LOGIN
is also supported, as we are using Microsoft Exchange SMTP servers and they have disallowedAUTH PLAIN
back in 2017 apparently.Thank you!
The text was updated successfully, but these errors were encountered: