Add Email Settings
Endpoints
1. Email Settings
Endpoint
POST {{baseUrl}}/email-settings
Request
Headers
Key | Value |
---|---|
Content-Type | application/json |
Body
{
"clientId": 2,
"senderEmail": "[email protected]",
"senderPassword": "your_password",
"host": "smtp.gmail.com",
"port": 587,
"smtpAuth": "true",
"startTls": "true"
}