{
    "SMTPServer": "smtp.example.com",
    "SMTPPort": 587,
    "UseSSL": true,
    "Username": "admin@example.com",
    "Password": "CHANGE_ME",
    "From": "Automation Services <admin@example.com>",
    "DefaultTo": [
        "admin@example.com"
    ],
    "Timeout": 15000,
    "SecurityProtocol": "Tls12",
    "IsBodyHtml": true,
    "BodyEncoding": "UTF-8",
    "PriorityDefault": "Normal",
    "PriorityAllowed": [
        "High",
        "Normal",
        "Low"
    ],
    "WarningMarker": "WARN",
    "WarningPriority": "High",
    "SubjectDefaultService": "Service",
    "SubjectDefaultTitle": "Send-Email"
}
