Skip to content

Commit

Permalink
Merge pull request #10 from mendixlabs/amogh-branch
Browse files Browse the repository at this point in the history
- Folder structure modified
- Fixed issues
- Added support for email connector v3.0.0
  • Loading branch information
GorakshanathJaykar authored Dec 21, 2022
2 parents 6a22afc + b8dc91b commit 9537cd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file modified EmailConnectorMigrationApp.mpr
Binary file not shown.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This utility will assist you in migrating only data from the [Email with templat
## Considerations
### Dependencies
- Latest [Email with template](https://marketplace.mendix.com/link/component/259) module.
- Latest [Email Connector](https://marketplace.mendix.com/link/component/120739) module.
- [Email Connector](https://marketplace.mendix.com/link/component/120739) version 3.0.0 module.
- Latest [Encryption](https://marketplace.mendix.com/link/component/1011) module.
- Latest [Mx Reflection](https://marketplace.mendix.com/link/component/69) module.

Expand Down Expand Up @@ -84,3 +84,7 @@ This utility will assist you in migrating only data from the [Email with templat
22. Start the app.
23. Re-authorize Oauth accounts and test the send email functionality.
24. You may choose to delete the email template module data backup/snapshot.

## Known Issues

If in Email with template module a template has a plain text which is manually entered (not generated by using "Copy from html text" action button) then it has a additional `<p>` element, this issue is due to Rich Text widget. So, such plain text will be migrated as it is in Email Connector.

0 comments on commit 9537cd0

Please sign in to comment.