I think there is an error in the resource page
Description
Name: Newsletter (Improved version from Luca Allulli)
For: MODx cms (modxcms.com)
Description:
Database calendar module for MODx
Version: 0.2b
Written by: Wendy Novianto
Created: 1/18/2006
Modified: 1/19/2006[
Wendy can you explain how to use emailGroup , docgroup, extrafield parameters?
I can’t uderstad how works subscribe to group, how add groups to the signup form.
Thanks
Is there a demo of this somewhere so I can review the functionality?
When you state that it can send a MODx document to users, does this mean that we can send a visual email to subscribed users? So in essence, we could create several templates for different emails and create those documents based on those templates. Then our client can generate a list of subscribed users and then mail out the created document?
Also, what about users wanting to unsubscribe? How is this handled?
I’m getting this error when I try to mail-out a document....
Fatal error: Call to undefined function: curl_init() in /home/nbwco001/public_html/manager/includes/document.parser.class.inc.php(748) : eval()’d code on line 413
I looked into the code and can’t seem to find the helper function "curl_init()" anywhere, it’s not in "document.parser.calss.inc.php" or the [!newsletter!] snippet. At least not my copy.
-
MODX Staff
- 12,272 Posts
Curl is a PHP command. Does your server support it?
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
ahh that would make sense as to why I couldn’t find it. I’ll check that. Thanks Ryan.