Search found 1 match
- 08 Jan 2017, 08:08
- Forum: Help
- Topic: Please read this if you have problems with emails
- Replies: 96
- Views: 701039
Re: Please read this if you have problems with emails
For MantisBT 2 follow the instructions in first post of this thread. I had to add two parameters to config_inc.php (located in: <XAMPP>\htdocs\mantis\ or <WAMP>\www\mantis\ ) to use gmail smtp: $g_smtp_connection_mode = 'tls'; $g_smtp_port = 587; so, the full email settings section is: # --- Email C...