letters icon indicating copy to clipboard operation
letters copied to clipboard

No default port 587 in the lib/sendmail_handler.ml

Open F-Loyer opened this issue 2 years ago • 1 comments

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 avatar Feb 09 '23 18:02 F-Loyer

@F-Loyer You're probably right. @mikonieminen @joseferben Ping

aronerben avatar Feb 16 '23 12:02 aronerben