Email Template not working in 10 version

0
Hello everyone, currently in my application they were using Email templates. But that was not available in 10version. Before upgrading version what are steps i need to do. We are planned for 10.24 LTS version upgrade.
asked
2 answers
3

Hi MD, Upgrading to Mendix 10.24 LTS is a solid move for long-term stability and performance. However, since your current application uses Email Templates, and the Email Template module is not available or supported in Mendix 10, you’ll need to migrate to the new Email Connector module before or during the upgrade.

 

Before Upgrading to Mendix 10.24 LTS

 

  1. Migrate Email Templates

    • The old Email Template module is not supported in Mendix 10.

    • Replace it with the Email Connector module (from the Marketplace) while still on Mendix 9.x.

    • Rebuild email logic using Email Connector's microflows and custom templating if needed.

  2. Update Marketplace Modules

    • Ensure all modules (Email Connector, Encryption, etc.) are updated to the latest versions before upgrading.

  3. Clean Up Deprecated Features

    • Remove unused or deprecated modules like Email Template to prevent errors post-upgrade.

  4. Backup Your App

    • Take a full backup of your project and database before upgrading.

  5. Test Thoroughly

    • Re-test all email-related features using a test SMTP server (e.g., Mailtrap).

    • Verify dynamic data, formatting, and attachments.

  6. Upgrade in a Branch

    • Perform the upgrade in a separate branch first to isolate and fix issues before merging too main.

I hope this one helps you! :)

answered
5

Please check below . 

 

https://community.mendix.com/link/space/widgets/exchanges/800

https://youtu.be/Z7tJ-fI5Slc?si=Zn_0wCssxAarjRUw

answered