Send Test Email
POST/api/v1/admin/email/test
Send a test email to verify email configuration (admin only).
Rate limited to 5 requests per hour to prevent abuse. Sends test email to the admin's own email address. Returns config info for debugging purposes.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Too Many Requests
Internal Server Error