Skip to main content

Add Email Settings

Endpoints

1. Email Settings

Endpoint

POST {{baseUrl}}/email-settings

Request

Headers

KeyValue
Content-Typeapplication/json

Body

{
"clientId": 2,
"senderEmail": "[email protected]",
"senderPassword": "your_password",
"host": "smtp.gmail.com",
"port": 587,
"smtpAuth": "true",
"startTls": "true"
}