Module connect

Source
Expand description

SMTP connection establishment.

Functionsยง

alpn ๐Ÿ”’
Converts port number to ALPN list.
connect_and_auth ๐Ÿ”’
connect_insecure ๐Ÿ”’
connect_insecure_proxy ๐Ÿ”’
connect_secure ๐Ÿ”’
connect_secure_proxy ๐Ÿ”’
connect_starttls ๐Ÿ”’
connect_starttls_proxy ๐Ÿ”’
connect_stream ๐Ÿ”’
Returns TLS, STARTTLS or plaintext connection using SOCKS5 or direct connection depending on the given configuration.
connection_attempt ๐Ÿ”’
new_smtp_transport ๐Ÿ”’
skip_smtp_greeting ๐Ÿ”’
Reads and ignores SMTP greeting.