Skip to content

Commit 9537cd0

Browse files
Merge pull request #10 from mendixlabs/amogh-branch
- Folder structure modified - Fixed issues - Added support for email connector v3.0.0
2 parents 6a22afc + b8dc91b commit 9537cd0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

EmailConnectorMigrationApp.mpr

0 Bytes
Binary file not shown.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This utility will assist you in migrating only data from the [Email with templat
55
## Considerations
66
### Dependencies
77
- Latest [Email with template](https://marketplace.mendix.com/link/component/259) module.
8-
- Latest [Email Connector](https://marketplace.mendix.com/link/component/120739) module.
8+
- [Email Connector](https://marketplace.mendix.com/link/component/120739) version 3.0.0 module.
99
- Latest [Encryption](https://marketplace.mendix.com/link/component/1011) module.
1010
- Latest [Mx Reflection](https://marketplace.mendix.com/link/component/69) module.
1111

@@ -84,3 +84,7 @@ This utility will assist you in migrating only data from the [Email with templat
8484
22. Start the app.
8585
23. Re-authorize Oauth accounts and test the send email functionality.
8686
24. You may choose to delete the email template module data backup/snapshot.
87+
88+
## Known Issues
89+
90+
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 commit comments

Comments
 (0)