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
| Name | Type | Description |
|---|---|---|
| email_to | EmailStr | The recipient email address where the test message will be sent. |
Request Body
| Field | Type | Description |
|---|---|---|
| email_to | EmailStr | The recipient email address where the test message will be sent. |
Response
| Status | Description |
|---|---|
| 201 | The test email was successfully generated and dispatched. Returns Message. |
| 401 | The user is not authenticated. |
| 403 | The user does not have sufficient permissions (superuser required). |