Send test mail
Sends mail on saved recipient address using settings provided with POST /log/email
- Use this request to validate email settings
 
Responses
- 200
 - 400
 - 401
 
Message delivered
- Please configure email settings first
 - Error debug info
 
- application/json
 
- Schema
 - Example (from schema)
 - Email not configured
 - Debug info
 
Schema
- error string
Error message
 
{
  "error": "Wrong JSON body"
}
{
  "error": "Please configure email settings first"
}
{
  "error": "Debug info"
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
Error message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...