{
"enabled": true,
"host": "string",
"port": 0,
"username": "string",
"password": "string",
"fromAddress": "nexus@example.org",
"subjectPrefix": "string",
"startTlsEnabled": true,
"startTlsRequired": true,
"sslOnConnectEnabled": true,
"sslServerIdentityCheckEnabled": true,
"nexusTrustStoreEnabled": true
}
curl --location -g --request PUT 'http://{{host}}/v1/email' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": true,
"host": "string",
"port": 0,
"username": "string",
"password": "string",
"fromAddress": "nexus@example.org",
"subjectPrefix": "string",
"startTlsEnabled": true,
"startTlsRequired": true,
"sslOnConnectEnabled": true,
"sslServerIdentityCheckEnabled": true,
"nexusTrustStoreEnabled": true
}'
{}