notification email [s]

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
jaap
Posts: 54
Joined: Sat May 06, 2006 1:54 pm

notification email [s]

Post by jaap »

Script URL:
Version of script: 1.35
Version of PHP:
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:

Write your message below:

Is it possible to send the confirmation email to more than one email address [seperated by ; ] ?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

In the settings.php file try separating e-mails with a comma ,

this should work:

Code: Select all

$settings['admin_email']='one@one.com,two@two.com,three@three.com';
Regards
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
jaap
Posts: 54
Joined: Sat May 06, 2006 1:54 pm

Post by jaap »

That's it. Thanks :D
Post Reply