Skip to content

Commit 9962587

Browse files
Migration note: Removal of EmailModule
1 parent 24708c7 commit 9962587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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 `com.mendix.modules.email.EmailModule`. We recommend using the [Email Connector](https://marketplace.mendix.com/link/component/120739) module instead.

0 commit comments

Comments
 (0)