{
"data": {
"enabled": true,
"encrypt_mode": "string",
"from": "string",
"host": "string",
"local_name": "string",
"password": "string",
"port": 0,
"skip_tls_verify": true,
"user_name": "string"
}
}curl --location --request POST 'http://10.16.11.91:6012/sddc/v1/email-configs/' \
--header 'x-sddc-token: 78ce2df0c80e4b10a28c7779af4dc10f' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"enabled": true,
"encrypt_mode": "string",
"from": "string",
"host": "string",
"local_name": "string",
"password": "string",
"port": 0,
"skip_tls_verify": true,
"user_name": "string"
}
}'{
"smtp_password": "string",
"smtp_skip_tls_cert_verify": true,
"enabled": true,
"smtp_auth_enabled": true,
"smtp_port": 0,
"smtp_host": "string",
"smtp_user": "string",
"smtp_ssl_mode": "string",
"smtp_email_from": "string",
"smtp_enable_ssl": true,
"smtp_rsa_key_id": "string",
"subject": "string"
}