To: email/ php messageboard

Everything related to MBoard - PHP message board
Locked
wlypkt
Posts: 3
Joined: Thu Jun 25, 2009 5:30 pm

To: email/ php messageboard

Post by wlypkt »

/*************************************
Title:php messageboard
Version:1.3
Author:
Demo:
Download:
Website:

Short description:


*************************************/

(Here below you can write additional info, longer description and comments) I have this messageboard on a tennis club website. Is it possible to have a notice of each posting automatically e-mailed to all members?
Would I just paste these addresses int the $settings["notify] variable? I would need to paste about 200 e-mail addresses.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

You could paste it to the notify e-mail and separate them with a comma:
one@one.com,two@two.com,three@three.com,...

BUT emails sent to so many recipients can be blocked by SPAM filters. A work around you could do is setup a mailing list and send the notify e-mail to the mailing list which would handle sending to individuals.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Locked