Hello,
I've noticed that this question has been asked before, but I have not seen it answered.
I would like to create a form where a user submits their email address to be added to a subscribers list. Then whenever a new news article is published, all the subscribers are emailed the news item and a link back to the website. Can this be done, if so, how?
Any help would be appreciated
email subscribers new news items
-
- New Member
- Posts: 6
- Joined: Mon Jul 13, 2009 2:11 pm
-
- New Member
- Posts: 6
- Joined: Mon Jul 13, 2009 2:11 pm
Re: email subscribers new news items
have I posted this in the wrong spot?
-
- New Member
- Posts: 6
- Joined: Mon Jul 13, 2009 2:11 pm
Re: email subscribers new news items
Sorry about being a pest, but any feedback would be appreciated.
Re: email subscribers new news items
First of all, you need beside of the news module the module "Newsletter Made Simple" (NMS).
For the next step I can give you only the direction - you have to connect both modules using an event handler.
I've never been using the event handler, so I would be quite interested on a howto for that.
For the next step I can give you only the direction - you have to connect both modules using an event handler.
I've never been using the event handler, so I would be quite interested on a howto for that.
-
- New Member
- Posts: 6
- Joined: Mon Jul 13, 2009 2:11 pm
Re: email subscribers new news items
Thanks for your reply! Dumb question alert: why would I need the newsletter module? I don't really want to send out a newsletter, I just want to send a link to a new news item to a list of subscribers.
Re: email subscribers new news items
I think, the best way to manage an email suscriber list, is the NMS module. But it doesnt matter as long as the suscriber module supports events. Maybe the NMS module would be a good example, because there are many users for it out there, so there could be some more interested people.
-
- New Member
- Posts: 6
- Joined: Mon Jul 13, 2009 2:11 pm
Re: email subscribers new news items
setting the newsletter module aside for a second. I do have some pre-built php code from a non-cms made simple project that uses a form to add email addresses to a text file. Is there a way I could use that?
Re: email subscribers new news items
From my point of view you have to add some code to your PHP-Script, which reacts on the event, when a new news article is published - something like that. But as I told you, I was never using the CMSms events. So either, anybody else out there can assist you or you have to help yourself with learning how the event system works.