When creating a tenant against a system running Deep Security/11.3.184 I'm receiving the following response:
{
"message":"Unable to connect to SMTP server. Please verify the SMTP configuration in System Settings."
}
The API resource I'm calling is '/tenants' and the HTTP Method is POST. The body of the request (with some details anonymised) is:
{
"administrator": {
"active": true,
"emailAddress": "******@********.***",
"fullName": "****** ****",
"locale": "en-US",
"password": "*******",
"primaryContact": true,
"receiveNotifications": false,
"roleID": 1,
"timeFormat": "24",
"timeZone": "UTC",
"username": "admin"
},
"databaseServerID": 1,
"description": "1190000206_11174_njkhnjklh",
"locale": "en-US",
"modulesVisible": [
"all"
],
"name": "1190000206_11174_njkhnjklh",
"timeZone": "UTC"
}
What reasons are there that this response can happen? Note I don't manage the DeepSecurity application, I'm asking as a 3rd party, so will need to relay the details on to the team that do manage the DeepSecurity application.