CVF Mass Mailer is a very simple plugin that help administrators to mass e-mail all users of their blog.
- Style your email content using WordPress’s WYSISWYG Editor
- Target Role Selection
- Fully AJAXified
- Responsive email template
- Works out of the box!
Installation
- Download the Plugin to your computer.
- Navigate to your Plugins screen and click the Add New button
- Browse where you saved the plugin zip file
- Follow on-screen instructions.
- Click Activate to activate the plugin.
After successfully installing the plugin, navigate to Tools > Mass Mailer and start composing your email!
Support
Need help in customizing this plugin? contact me!
Report
Found a bug? let me know!
Git Contribution Guidelines (Bitbucket)
Repo can be found here: https://bitbucket.org/carlo-fontanos/cvf-mass-mailer/
- ALWAYS start a new branch before making changes to the codes
- Pull requests directly to the master branch will be ignored!
- Internationalize all your texts, see codex: I18n for WordPress Developers
- Use a git client, preferably Source Tree or you can use git commands from your terminal, your choice!
- Many smaller commits are better than one large commit. Edit your file(s), if the edit does not break the code with things like syntax errors, commit. It is easier to reconcile many smaller commits than one large commit.
- When your feature or bug fix is ready, perform a pull request and notify carl.fontanos@gmail.com that your code is ready for review on Bitbucket.