| Author |
Message |
palmos
Beginner


Joined: Jun 06, 2004 Posts: 3
|
Posted: Sat Jun 19, 2004 5:52 am Post subject: want a bunch of users emailed when news item is posted |
|
|
Anyone know how/if a list of say 10 users can be emailed (or all) users as news items are posted???
Jim |
|
| Back to top |
|
|
AdBot
|
| Post subject: want a bunch of users emailed when news item is posted |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6284 Location: Washington Township, NJ, USA
|
Posted: Sat Jun 19, 2004 4:09 pm Post subject: Re: want a bunch of users emailed when news item is posted |
|
|
hmm....i'm not sure if the "subscriptions" module in the new(er) versions of phpnuke would do that. there is the "newletter" function however that you could use.
if you're talking an automated thing, you could hack the admin portion of the code which controls the addition of stories so that it includes a mail() function for a list of users that could be fetched from the DB. _________________
 |
|
| Back to top |
|
|
palmos
Beginner


Joined: Jun 06, 2004 Posts: 3
|
Posted: Sat Jun 19, 2004 8:10 pm Post subject: Re: want a bunch of users emailed when news item is posted |
|
|
"if you're talking an automated thing, you could hack the admin portion of the code which controls the addition of stories so that it includes a mail() function for a list of users that could be fetched from the DB."
YES! Any ideas how... |
|
| Back to top |
|
|
|
|
|
|
|