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 ...
Search found 6 matches
- 17 Aug 2007, 01:37
- Forum: Help
- Topic: Why are my "reporters" not being notified of issue
- Replies: 2
- Views: 3324
- 10 Aug 2007, 15:32
- Forum: Help
- Topic: Custom status for single project
- Replies: 11
- Views: 11247
- 09 Aug 2007, 19:51
- Forum: Help
- Topic: Custom status for single project
- Replies: 11
- Views: 11247
- 07 Aug 2007, 22:23
- Forum: General Discussion
- Topic: Delete Test Issues
- Replies: 2
- Views: 4661
- 07 Aug 2007, 05:37
- Forum: Help
- Topic: Application Error #400 LDAP
- Replies: 1
- Views: 5962
If that's really your config file, you'll want to add a semi-colon to the end of the g_login_method assignment:
Code: Select all
$g_login_method = LDAP ;- 25 Jul 2007, 19:07
- Forum: Help
- Topic: Mantis on Linux with LDAP authentication against a Win2k3 DC
- Replies: 7
- Views: 12510