Open F-Loyer opened 1 year ago
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
None -> 465
@F-Loyer You're probably right. @mikonieminen @joseferben Ping
In the sendmail_handler.ml, I guess we should read
Instead, we have
None -> 465