Search found 2 matches
- 09 Sep 2023, 11:48
- Forum: General Discussion
- Topic: Mantis is dead?
- Replies: 1
- Views: 11444
Mantis is dead?
Little documentation that is also not clear and always with the same problems with sending emails
- 09 Sep 2023, 11:46
- Forum: Help
- Topic: Please read this if you have problems with emails
- Replies: 97
- Views: 4032687
Re: Please read this if you have problems with emails
I have Mantis Bug Tracker v2.25.7 with this config for email:
$g_allow_signup = ON;
$g_enable_email_notification = ON;
$g_phpMailer_method = 2;
$g_smtp_host = 'smtp.xxxx.com';
$g_smtp_connection_mode = 'ssl';
$g_smtp_port = 465;
$g_from_email = 'support@xxx.com';
$g_smtp_username = 'support@xxx.com ...
$g_allow_signup = ON;
$g_enable_email_notification = ON;
$g_phpMailer_method = 2;
$g_smtp_host = 'smtp.xxxx.com';
$g_smtp_connection_mode = 'ssl';
$g_smtp_port = 465;
$g_from_email = 'support@xxx.com';
$g_smtp_username = 'support@xxx.com ...