Mail Gen is a utility that generates emails based on an HTML table. This can be helpful for tasks such as sending out status report emails.
- Generate emails based on an HTML table
- Customize the email template
- Send emails to multiple recipients
- Track email opens and clicks
-
To generate an email, first create an HTML table with the following columns:
- Team member
- Task
- Completed
- Remaining
- Blocking
- Status
-
Save the table as a .html file.
-
In the Mail Gen directory update the template according to your needs.
-
In my case, as input I use an html file exported from a quip spreadsheet. Put the template file, as well as the input file.
-
Update the paths in the main method.
-
Mail Gen will generate an email containing the information of the html table provided.
- Screenshot of a generated email:
We welcome contributions to Mail Gen. If you have any ideas for improvements, please open an issue or submit a pull request.