Hi all.
I'm searching for something...well, maybe a bit unusual: a plugin to build mailing list to be used from another plugin (mine).
To better explain:
- I'm developing a vertical plugin for one of my customer.
- it contains a bunch of html forms
- each form, when submitted, must send a specific mail to a set of preconfigured mail addresses (that are not from submitted user)
I see two options:
1) Build a specific setting page and implement everything from scratch
2) Find a plugin that allows the site's administrator to create groups of mail addresses giving them a name, then from my plugin I do something like "mailplugin::sendmail(groupname, title, text)
Does anybody knows if there is such a plugin?
Thx all :-)