Skip to content

Mail 26.0 (Draft)

Version 26.0
Release Date TBD

Upcoming Release

This version has not been released yet. The information on this page is subject to change.

Changes

New major version

Mail has been upgraded to version 26. There will be breaking changes when upgrading Bizzkit.Sdk.CloudMail from V25 to V26.

V25 endpoints will be supported until V27 is released.

V24 is now unsupported.

Updated endpoints

  • POST api/mails & POST api/mails/enqueue-with-files
    • Succesful response now returns HTTP status code 201 instead of 200 with a new body only containing the property mailId.
    • Property earliestSendTime now only accept values up to 30 days in the future (before: no maximum).
  • POST api/mails/resend/{id}
    • Succesful response now returns HTTP status code 201 instead of 200 with a new body only containing the property mailId.
  • POST api/mail-policies & PUT api/mail-policies/{id}
    • Property maxNumberOfAttempts has maximum allowed value set to 10 (before: no maximum).
    • Property retentionPeriodInDays has maximum allowed value set to 365 (before: 720).
    • Property mailCleanupAction only accepts Delete and Archive (before: None was also an option).
    • Property priority has been removed.
  • POST api/mail-providers/smtp-servers & PUT api/mail-providers/smtp-servers/{id}
    • Property connectionTimeoutInMilliseconds has maximum allowed value set to 60000 (before: no maximum).
    • Property dispatchQuantity has been removed.
    • Property dispatchIntervalInMinutes has been removed.
    • Property batchIntervalInSeconds has been removed.
    • Property batchQuantity has been removed.
  • GET api/roles
    • Property roleUsers has been removed.
    • Property deletable has been removed.