Documentation ¶
Overview ¶
Package smtp allows to monitor SMTP servers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Connect ¶
Connect dials a tcp connection to the given address addr. It then exchanges greeting messages with the SMTP server behind the connection and requests STARTTLS. It then opens a TLSv1.3 connection and checks if the server has the given server name serverName and that its certificate is trusted by the local CA storage and closes the SMTP connection afterwards.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.