host or ip address of your smtp server (example: smtp.company.com) | |
the default port is 25, but some smtp servers use a custom port (example: 587) | |
checked it only if the smtp server needs a secured connection (ssl, tsl) | |
most of smtp servers need an authentication (login/password). Check it if required | |
required if 'Use authentication' is checked (ex: account or [email protected]) | |
required if 'Use authentication' is checked | |
auto-detect email from. if not checked required | |
the sender's email address (example: [email protected]) | |
very important : the test mail will be sent to this address (ex: [email protected]) |
host | port | username | password | |
very important : the test mail will be sent to this address (ex: [email protected]) |
Our site offers a free API to simplify SMTP verification. This will make it easier for you to verify SMTP.
Base URL:
https://smtp-tool.com/api
Endpoints:
Description: This endpoint checks the SMTP using the provided parameters.
Request Parameters:
Response:
Example POST Request:
"accessToken" : "example"
"host": "smtp.example.com",
"port": 587,
"userName": "[email protected]",
"password": "password123",
"mailFrom": "[email protected]",
"mailTo": "[email protected]",
"enableSsl": true
Example Response (Success):
OK
Example Response (Error):
Failed to connect to SMTP server. Please check host and port settings.
Notes: