Check a SMTP server to ensure it is running and accepting connections according to RFC 821. Optionally, log into the SMTP server using a username and password.
Settings:
Host Address: The hostname or IP address of the host running the SMTP server to be checked.
Port: The port SMTP is listening on, usually port 25.
Require SSL: If checked, a secure connection will be established using SSL.
Username/Password (Optional): If the username and password is specified, the check will include a login attempt.
Verify Text (Optional): The content returned can be checked for the presence of specific text. If not found, a “Content Error” will be generated. Note that the verification is case sensitive and the text must be found in the content exactly as it is entered here. To verify text using a regular expression, enter “regex:” followed by the expression.