pub async fn send_test_email(
__arg0: State<App>,
__arg1: Auth,
__arg2: Json<TestEmailRequest>,
) -> ClResult<Response>Expand description
POST /api/admin/email/test - Send a test email to verify email configuration
This endpoint allows administrators to verify that email settings are properly configured by sending a test email to a specified address.