Skip to content

Add Migration note - Removal of EmailModule #9694

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions content/en/docs/releasenotes/studio-pro/10/10.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down