OptionalauthCredentials; when omitted, no AUTH is attempted.
Optionalmechanism?: "PLAIN" | "LOGIN"Mechanism to use; defaults to 'PLAIN'.
Login password or app token.
Login user (often the full email address).
Mail server hostname (also used for TLS certificate validation).
OptionalportTCP port; defaults to 587 for starttls and 465 for implicit.
OptionaltimeoutPer-step read deadline in milliseconds.
OptionaltlsTransport security:
'starttls' (default): connect in plaintext, upgrade via STARTTLS.'implicit': TLS from the first byte (SMTPS, port 465).'off': plaintext with no upgrade (for trusted internal relays / dev servers).
Options for opening an SMTP submission session.
Since
1.0.0