No email to admin when someone post in guestbook
Posted: Thu Apr 06, 2006 3:34 pm
I want to get an email back when someone post in my guestbook.
In settings.php i did the following:
/* Send you an e-mail when a new entry is added? 1 = YES, 0 = NO */
$settings['notify']=1;
And:
/* Your e-mail. Only required if $settings['notify'] is set to 1 */
$settings['admin_email']="myemail@mail.nl";
but i get no email when someone post something.
What do i wrong?
I use version 1.35
And ofcourse it's a fake mailadres.
In settings.php i did the following:
/* Send you an e-mail when a new entry is added? 1 = YES, 0 = NO */
$settings['notify']=1;
And:
/* Your e-mail. Only required if $settings['notify'] is set to 1 */
$settings['admin_email']="myemail@mail.nl";
but i get no email when someone post something.
What do i wrong?
I use version 1.35
And ofcourse it's a fake mailadres.