Page 1 of 1

notification email [s]

Posted: Wed May 10, 2006 6:09 pm
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 ; ] ?

Posted: Wed May 10, 2006 6:37 pm
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

Posted: Wed May 10, 2006 7:18 pm
by jaap
That's it. Thanks :D