Page 1 of 1

To: email/ php messageboard

Posted: Tue Sep 29, 2009 8:37 pm
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.

Posted: Wed Sep 30, 2009 2:37 pm
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.