I need to open an email popup in edit mode. The email needs to have either a HTML table in the body or an excel sheet with the data attached to it.
The email generation in edit mode is currently being achieved using "mailTo" from JavaScript. But it seems mailTo doesn't support HTML content or attaching files.
The goal is to minimise the number of steps needed to view the data.
Things that don't work:
Technologies available: Java 8, AngularJS, JavaScript
Any help or suggestions are appreciated. Thanks in advance for your time.