Hi,
I run a website for a Car club.
I have the need of sendeing e-mails to members of different usergroups in our forum.
Today we send all e-mails, to all users in the DB.
If a member resigns from the club, I don’t want to delete the account in case he/she returns in the future.
But the former members does not want to receive all our e-mails we send to all users either.
So as of now, I have to delete the ones that resign from the user DB.
Normal newsletter plugins for WP are based on the user subscribing.
And receiving our e-mails is not optional.
Solution:
Create the forum group “Former Members”
The group list would then look like this:
| Group 1 – Guests | Group 2 – Members | Group 3 – Former Members | Group 4 – Moderators |
Now I can remove access to the forum without the need to delete the user account.
All we need extra is the ability to choose which groups to send e-mails to.
And this is the basis of my request for a new plugin.
I imagine something simple like:
-
Checkboxes to select which usergroups to include
E-mail Topic
Message contents
Plain text / HTML switch
Is this a plugin you can create for Simple:Press?