Quote from: Dimmy at Aug 04, 2007, 03:22 AM
I am working on a rewrite (80-90% rewrite) version that is completely connected to the web user system in modx and that allow you to send modx documents instead of the editor. I will post it on the forums soon for testing.
dimmy
ok its bin a while but here is my status on this:
We are in the final phase in the developing state
We build it that it uses webusergroups you can even have unlimited numbers of mailinglist
you can add new mailing groups in the module. it will be an webgroup so you can also add the same users to the download group or watever webgroup or multiple mailinglists.
it now uses normal documents instead of the WYSIWYG editor.
you can send a test mail to any adres.
yo can select to what mailing list you want to send the mail.
flood protection is build in it uses swiftmailer (exellend class)
you can see all users or user per group and also user that are not yet activated.
It now uses the latest swiftmailer class. (php5 only for now).
all the code is redone all queries are now native modx->db queries updates selects etc.
lot of code cleanup. and more.
it uses the double-opt system
Each register / deactivate email can be made using a chunk and placeholders.
there can be a differnd chunk for each mailinglist.
there is also an aditional plugin that lets you send a mail to a selected group when a page is updated. (controlled by a selectbox tv, when selected the mail is send saying that the page is updated.)
soon I will release it in the test forums than the real testing can begin.
a pre version wil be posted this week I think maybe next week when we encounter problems.
Dimmy