Email Generator
A WordPress plugin for generating your own HTML emails using a combination of templates and variables. Then copy-and-paste the generated code into your favorite email service.
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mwender/email-generator/archive/refs/heads/main.zipAdds an "Email Template" CPT for outputting HTML email templates for use in your preferred email sending service.
Description
This plugin bridges the gap between content creators and HTML email designers. Content creators who wish to frequently send high-quality emails have always been at a disadvantage when it comes to crafting pixel-perfect HTML emails. This plugin allows creators and designers to work together by providing an Email Template CPT where creators can select posts to appear inside a template designed by an HTML email expert.
Changelog
1.2.1
- Updating makeitworkpress/wp-custom-fields to latest version.
1.2.0
- Adding "Template Options" page for setting global options.
- Adding "Categories to Exclude" to "Template Options" to exclude categories from the Post Selectors.
- Setting the Post Selectors options cache to 5 minutes.
1.1.0
- Setting first thumbnail size to
largewith subsequent ones set tomedium.
1.0.2
- Ordering Post selector posts by
date, DESC.
1.0.1
- Limiting number of posts returned for Post selectors.
1.0
- Initial release.