Backend API
cURL
curl --request POST \ --url https://api.wacht.dev/settings/email/smtp \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "host": "<string>", "port": 123, "username": "<string>", "password": "<string>", "from_email": "[email protected]", "use_tls": true } '
{ "host": "<string>", "port": 123, "username": "<string>", "from_email": "<string>", "use_tls": true, "verified": true }
Configure SMTP settings for sending emails
API key authentication (format: Bearer {api_key})
SMTP config updated
Was this page helpful?