letters
letters copied to clipboard
No default port 587 in the lib/sendmail_handler.ml
In the sendmail_handler.ml, I guess we should read
let run_with_starttls
~hostname
?port
~domain
?authentication
~tls_authenticator
~from
~recipients
~mail
=
let port =
match port with
| Some port -> port
| None -> 587
in
Instead, we have None -> 465
@F-Loyer You're probably right. @mikonieminen @joseferben Ping