Fix #56#57
Conversation
…useful for server-to-server connections, when acting as an MTA.
|
Thanks for digging into this, @TheDeadCode — the diagnosis is spot on, and this does resolve the immediate symptom (relaying to a plain-text server like Mailpit). I especially liked passing the cancellation token into After reviewing, I opened #58 which builds on your work (you're credited as co-author) and takes a slightly different, more complete approach. A few gaps I wanted to flag here for context:
#58 makes STARTTLS a first-class path (no reconnect dance), honors Either way, thank you for the contribution and the clear repro — it made this easy to track down. 🙏 |
|
Closing in favor of #58, which builds on this (you're credited as co-author, @TheDeadCode) with a more complete fix — first-class STARTTLS, |
Fix for #56. Will now defer to STARTTLS is available. If not, will forcibly fail (Like previous behaviour)