Validate SMTP
Validates an email address by connecting to the mail server via SMTP and verifying the mailbox actually exists. This is the most thorough validation method, providing the highest accuracy by performing real-time verification with the destination mail server.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Input
-
Configuration Id - Configuration ID from the Configuration node. This ID references the validation configuration with SMTP settings.
-
Email Address - Email address to validate via SMTP connection. The validator will connect to the mail server and verify this specific mailbox exists.