Page 1 of 1

Can i have 2 notify emails?

Posted: Sun Nov 13, 2005 9:45 pm
by Darryn
Script URL:
Version of script:
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:

Script works great, no problems at all. Can i add a second email to the notify admin in the settings.php? I would like it to notify myself (this already works) and my partner.

Posted: Mon Nov 14, 2005 9:10 am
by Klemen
Hi,

Try separating two e-mails by a comma in the settings.php, it should work:

$settings['admin_email']="email1@domain.com,email2@domain.com";

Regards,