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
201instead of200with a new body only containing the propertymailId. - Property
earliestSendTimenow only accept values up to 30 days in the future (before: no maximum).
- Succesful response now returns HTTP status code
POST api/mails/resend/{id}- Succesful response now returns HTTP status code
201instead of200with a new body only containing the propertymailId.
- Succesful response now returns HTTP status code
POST api/mail-policies&PUT api/mail-policies/{id}- Property
maxNumberOfAttemptshas maximum allowed value set to 10 (before: no maximum). - Property
retentionPeriodInDayshas maximum allowed value set to 365 (before: 720). - Property
mailCleanupActiononly acceptsDeleteandArchive(before:Nonewas also an option). - Property
priorityhas been removed.
- Property
POST api/mail-providers/smtp-servers&PUT api/mail-providers/smtp-servers/{id}- Property
connectionTimeoutInMillisecondshas maximum allowed value set to 60000 (before: no maximum). - Property
dispatchQuantityhas been removed. - Property
dispatchIntervalInMinuteshas been removed. - Property
batchIntervalInSecondshas been removed. - Property
batchQuantityhas been removed.
- Property
GET api/roles- Property
roleUsershas been removed. - Property
deletablehas been removed.
- Property