/*************************************
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.
To: email/ php messageboard
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.
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 
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


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