diff --git a/content/en/docs/refguide/installation/upgrading-from-10-to-11.md b/content/en/docs/refguide/installation/upgrading-from-10-to-11.md index 4b9460e3cd5..9b3302b0adc 100644 --- a/content/en/docs/refguide/installation/upgrading-from-10-to-11.md +++ b/content/en/docs/refguide/installation/upgrading-from-10-to-11.md @@ -99,3 +99,4 @@ For optimal implementation, ensure all UI modules either use CSS variables or ha * When COALESCE function in OQL has attributes of different numeric types, the result type is defined according to type precedence. Before, the result type would match the type of the first argument. * Client API `mx.logger` is no longer supported. All calls to it should be replaced with standard `console.log`, `console.warn`, and other such standard calls. All widgets that use the `mx.logger` need to be updated. * We no longer convert `empty` values sent to the client into empty strings. All client side expressions must be adjusted accordingly. +* We no longer support the runtime API class `com.mendix.modules.email.EmailModule` which was deprecated in [Mendix 10.12](https://docs.mendix.com/releasenotes/studio-pro/10.12/#deprecate-email). We recommend using the [Email Connector](https://marketplace.mendix.com/link/component/120739) module instead. diff --git a/content/en/docs/releasenotes/studio-pro/10/10.12.md b/content/en/docs/releasenotes/studio-pro/10/10.12.md index d8aafaa725d..56c867eef30 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.12.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.12.md @@ -793,9 +793,9 @@ Moreover, your model is analyzed by Studio Pro to ensure that only entities with * We fixed an issue in published OData services in Studio Pro where deleting a published entity used as a parameter of a published microflow resulted in an error pop-up window. It now results in a consistency error. * We fixed an error which occurred when a new line was a part of the parameter value in the **Query External Database** activity. -### Deprecations +### Deprecations {#deprecate-email} -* We deprecated the [Email Module](https://apidocs.rnd.mendix.com/9/runtime/com/mendix/modules/email/EmailModule.html) from public API. It is recommended to use the [Email Connector](https://marketplace.mendix.com/link/component/120739) instead. +* We deprecated the [Email Module](https://apidocs.rnd.mendix.com/10/runtime/com/mendix/modules/email/EmailModule.html) from public API. It is recommended to use the [Email Connector](https://marketplace.mendix.com/link/component/120739) instead. ### Known Issues