Test sending an email message
Last updated
Was this helpful?
Last updated
Was this helpful?
This endpoint allows you to send a test email using the configured SMTP integration settings. It is used to verify that the provided SMTP credentials (such as host, port, username, and password) are working correctly and can be used to send emails.
Use this endpoint to ensure that your SMTP integration is properly set up before enabling real transactional or notification emails in your application.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
This is used to authenticate the request. If the request is not authenticated, the server will return a 401 Unauthorized response.
YOUR_AUTH_KEY
The SMTP server hostname or IP (e.g., smtp.gmail.com).
The port number for the SMTP server (typically 587 or 465).
The username/email address for SMTP authentication.
The password for SMTP authentication.
Whether to enable SSL for SMTP connection.
The sender email address.
The recipient email address.
The subject of the test email.
The body content of the test email.