Closed g5pw closed 5 years ago
@g5pw Yes this sounds great. Would be happy to review a PR with this in place. Thanks!
As promised, here is the v1 @aebruno. Bear in mind that go is pretty new for me :)
Uh-oh, something is not right, please hold on this for a bit while I test some more...
Alright, it should be good now.
Thanks for the review @aebruno, I'll push the changes shortly. Would you prefer a squashed merge for this PR or should I reorder the commits a bit?
squashed would be great. Thanks.
Thanks for the review @aebruno, I'll push the changes shortly. Would you prefer a squashed merge for this PR or should I reorder the commits a bit?
Alright, squashed some commits, rebased on the new master, integrated the requested changes, this should be good to go if it's fine by you.
In 449d946e983bb3dd8231185d2f499d7df9ede0fa support for SMTP STARTTLS was added. Support for TLS SMTP (all encrypted) is the only one missing 😄
I'll brush up my (lacking) Go skills and prepare a small PR since I made it work already for our installation. I propose we deprecate the
smtp_starttls
boolean option and usesmtp_tls
with three values,off
,on
,starttls
. Would that be acceptable?