{
  "senderName": "string",
  "senderEmail": "string",
  "useSystemFromAddress": true,
  "senderEmailVerified": true,
  "customiseSmtpSettings": true,
  "smtpSettings": {
    "smtpServer": "string",
    "smtpPort": 0,
    "encryption": "Auto",
    "smtpUsername": "string",
    "smtpPassword": "string",
    "accessToken": "string",
    "expiresAt": "2026-04-04",
    "refreshToken": "string",
    "expiresIn": 0
  },
  "customiseHtmlEmailSettings": true,
  "htmlEmailSettings": {
    "bodyCssStyle": "string",
    "fontCssStyle": "string",
    "buttonCssStyle": "string",
    "headerHtml": "string",
    "footerHtml": "string"
  },
  "id": "string"
}