Update Notifications Settings (SMTP)
PUT {{apiPath}}/environments/{{envID}}/notificationsSettings/emailDeliverySettings
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Update Notifications Settings (SMTP).
Request Body
{"host"=>"email-smtp.amazonaws.com", "port"=>465, "username"=>"smtp_username", "password"=>"{{password}}", "from"=>{"name"=>"from_name", "address"=>"from@pingidentity.com"}, "replyTo"=>{"name"=>"reply_name", "address"=>"reply@pingidentity.com"}}