Skip to content

Commit 3e27e1b

Browse files
authored
Merge pull request #9694 from akkrishnakumar/development
Add Migration note - Removal of EmailModule
2 parents b88a1c0 + 5bd31cf commit 3e27e1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

content/en/docs/refguide/installation/upgrading-from-10-to-11.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,4 @@ For optimal implementation, ensure all UI modules either use CSS variables or ha
9999
* 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.
100100
* 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.
101101
* We no longer convert `empty` values sent to the client into empty strings. All client side expressions must be adjusted accordingly.
102+
* 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.

content/en/docs/releasenotes/studio-pro/10/10.12.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,9 +793,9 @@ Moreover, your model is analyzed by Studio Pro to ensure that only entities with
793793
* 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.
794794
* We fixed an error which occurred when a new line was a part of the parameter value in the **Query External Database** activity.
795795

796-
### Deprecations
796+
### Deprecations {#deprecate-email}
797797

798-
* 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.
798+
* 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.
799799

800800
### Known Issues
801801

0 commit comments

Comments
 (0)