Browse Source

fix for 465 starttls

tags/v3.3
Luke Smith 2 years ago
parent
commit
bd8551163e
No known key found for this signature in database GPG Key ID: 4C50B54A911F6252
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      bin/mw

+ 2
- 1
bin/mw View File

@@ -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"
}



Loading…
Cancel
Save