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.
Why are my "reporters" not being notified of issue
Moderators: Developer, Contributor
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
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...
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.