What's new
Please see the changelog for a full list of changes, and the release blog for more information.
Important changes
This release doesn't contain any breaking changes.
Deprecation warnings
The following deprecation warnings will appear in preparation for future changes:
- The functions ldap_search() and ldap_bind() should be called using standard LDAP URIs, eg. "ldaps://10.0.0.12"
- The post-delivery's function GenerateDSN() is deprecated, use the Bounce() function instead
- The post-delivery's function Deliver() is deprecated, use the Retry() function instead:
Retry(["delay" => 0, "reset_retry" => true, "transportid" => "mailtransport:X"]);
Comments
0 comments
Article is closed for comments.