Files
apple-device-management-mdm/examples/declarative/status/account.list.mail.outgoing/example1.json
T
2026-08-18 15:34:21 -04:00

19 lines
547 B
JSON

{
"account": {
"list": {
"mail": {
"outgoing": [
{
"identifier": "I4G34521-LI44-0H00-GK73-789012345678",
"declaration-identifier": "com.example.mail-account",
"visible-name": "Work Mail (SMTP)",
"hostname": "smtp.example.com",
"port": 587,
"username": "user@example.com"
}
]
}
}
}
}