Memos
Instance Service

Test Instance Email Setting

Tests notification email delivery with the provided or stored SMTP settings.

POST
/api/v1/instance/settings/notification:testEmail

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v1/instance/settings/notification:testEmail" \  -H "Content-Type: application/json" \  -d '{}'
Empty
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings