Is it possible to list more then just one email address to be notified under settings.php?
E.g. if you want the webmaster to be informed but also the administrator of the club where the website is for.
Two email addresses in settings.php
Yes, this is possible.
Separate e-mail adresses with ", " (comma and space, without the quotes)
Greetings,
Henrie
Separate e-mail adresses with ", " (comma and space, without the quotes)
Code: Select all
$settings['admin_email']="email@domain.com, anotheremail@domain2.com";
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.