Skip to main content

POST /utils/test-email/

Test emails.

Sends a test email to a specified address to verify that the email system is configured correctly.

Endpoint

POST /utils/test-email/

Parameters

NameTypeDescription
email_toEmailStrThe recipient email address where the test message will be sent.

Request Body

FieldTypeDescription
email_toEmailStrThe recipient email address where the test message will be sent.

Response

StatusDescription
201The test email was successfully generated and dispatched. Returns Message.
401The user is not authenticated.
403The user does not have sufficient permissions (superuser required).