Get Email Settings
curl -X GET "https://loading/api/configuration/email/settings"{
"allow_outbound_emails": true,
"allowed_addresses": [
"string"
],
"blocked_addresses": [
"string"
],
"created_at": "2019-08-24T14:15:22Z",
"email_command_delimiter": "@Simonsays",
"email_command_enabled": false,
"global_bcc_addresses": [
"string"
],
"id": "string",
"spam_detection_enabled": true,
"updated_at": "2019-08-24T14:15:22Z",
"use_agent_names": false,
"use_original_sender_for_forwards": true,
"use_reply_to_for_contacts": true
}