Page 1 of 1

Email Notifications ...

Posted: 24 Aug 2006, 16:44
by rsaeks
I am trying to get email notifications to work, but I can't seem to. The only email I have been getting is when I sign up, or forget a password. When I enter in a new issue, I am not going an email sent to me. I have the following line in my config_inc.php file.

$g_email_receive_own = 'ON';

Any ideas on how to get this to work?

Posted: 24 Aug 2006, 16:52
by Narcissus
I'm not sure if it's the problem, but just a heads up: ON is a constant, not a string.

Change:
$g_email_receive_own = 'ON';

to:
$g_email_receive_own = ON;

and see what happens...

Posted: 24 Aug 2006, 16:58
by rsaeks
That looks like it was it. I now get my messages.