smtp-connection
SMTP client module. Connect to SMTP servers and send mail with it.
See smtp-connection homepage for documentation and terms.
Connect to SMTP servers
SMTP client module. Connect to SMTP servers and send mail with it.
See smtp-connection homepage for documentation and terms.
size
to skip sending messages that are too largeopportunisticTLS
to allow continuing if STARTTLS failedreset(cb)
method to call RSET
commandlmtp
option to true
to switch into LMTP modesecured
to indicate if socket provided by connection
is already upgraded or notconnection
to provide an already connected plaintext socket. Useful when behind proxy.debug
option. If set to true, then logs SMTP traffic, otherwise only transaction eventssecure
that indicates if the current connection is using a secure TLS socket or notrequireTLS
where the connection was established insecurely if STARTTLS failed, now it returns an error as it should if STARTTLS failsrequireTLS
to ensure that the connection is upgraded before any credentials are passed to the serversocket
to use an existing socket instead of creating new one (bantu)once('error')
handler as an error might have been emitted twice