HomeGuidesRecipesAPI ReferenceChangelog

Updates the Jamf Pro SMTP server information

Password can be changed via the element. Password should be clear text and sent over SSL.

<smtp_server>
    <enabled>true</enabled>
    <host>smtp.sendgrid.net</host>
    <port>587</port>
    <timeout>5</timeout>
    <authorization_required>true</authorization_required>
    <username>sample-username</username>
    <password>sample-password</password>
    <ssl>false</ssl>
    <tls>false</tls>
    <encryption>0</encryption>
    <send_from_name>Jamf Pro Server</send_from_name>
    <send_from_email>[email protected]</send_from_email>
</smtp_server>
Language
Authorization
Basic
base64
: