commit bd8551163ead2720fd3d3579f64f8816521be11c parent fb68f19846141df5ff5c6b8c4f15f589b0f5000f Author: Luke Smith <luke@lukesmith.xyz> Date: Fri, 27 Aug 2021 19:05:55 -0400 fix for 465 starttls Diffstat:
M | bin/mw | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/mw b/bin/mw @@ -46,9 +46,10 @@ from $fulladdr user $login passwordeval \"pass $fulladdr\" auth ${auth:-on} -${tlsline:-tls on} +tls on tls_trust_file $sslcert logfile $msmtplog +$tlsline " >> "$msmtprc" }