Page 1 of 1

Why are my "reporters" not being notified of issue

Posted: 16 Aug 2007, 21:36
by rmmarsh
Using version 1.1.0a4... why are my reporters not notified when the issue is updated? I am new to this and can't really figure out what I need and what I don't need to do to get this to notify on updates.

Thanks in advance for the help.

Posted: 17 Aug 2007, 01:37
by roleary
Have you checked the settings under Manage Configurations -> Email Notifications?

Also, you must have the following variables set in config_inc.php:
$g_phpMailer_method = 2;
$g_smtp_host = 'smtp.cox.net';
$g_smtp_username = '';
$g_smtp_password = '';

Obviously, you must change the host, username, and password settings to your smtp host.

- O

Another question...

Posted: 17 Aug 2007, 15:14
by rmmarsh
OK... that seems to work now... thank you... I have one more question: What are the settings so that the "reporter" gets notified when any "update" is done to the issue? Sorry for being so lame on this, but I have a difficult time meandering through the docs.