Sorry, it’s been a while since I read this post.
Commodore64, you’re very welcome. Even though I did rewrite the whole code and built it from scratch, but it’s still your idea to come up with this newsletter snippet. So credit still goes to you
Btw, to answer the original author suggestion, the system allow creation of subscription/unsubscription form using chunk, which you will find a hidden field that you can set on which web group the user will be subscribed/unsubscribed to. So this thing able to handle multiple user group for different purposes.
This snippet also provide anchor to be added on each page that will allow user to click on that anchor and being directed to the newsletter admin, and it will use that previous page as the content. The only thing that haven’t been achieved yet is the ability to edit the page/document before it was sent out.
The features that are not being supported right now is the richtexteditor and integration with newslisting.
To answer Jason, I think you’re refering about the mail digest capability. Is that true? It really is a good idea. Is there any place in MODx that already did this automatically? Such as the admin log system? We might be able to harvest the data from that log system and use template to display it nicely. This will be another sub project I believe.
Btw, the Richtexteditor implementation will be a good way to go I believe, and I will add one more select box for html or text mail format. So we can choose the mail format, before we send it out.
I’ll work on this this week or next week maybe.