Search found 2 matches
- 21 Jul 2018, 05:59
- Forum: General Discussion
- Topic: i want to run mantis on my ip address
- Replies: 0
- Views: 2247
i want to run mantis on my ip address
i installed mantis 2.15.0 version & XAMPP V3.2.2 version On local host its running successfully, but when i defect report to the developer, they are getting mail too but unable to open my localhost url unable to run on my ip address when m running on my ip "https://10.153.6.123/mantisbt/&qu...
- 20 Jul 2018, 10:06
- Forum: Help
- Topic: Please read this if you have problems with emails
- Replies: 96
- Views: 693740
Will you please help me to email configuration
$g_allow_signup = ON; //allows the users to sign up for a new account $g_enable_email_notification = ON; //enables the email messages $g_phpMailer_method = PHPMAILER_METHOD_SMTP; $g_smtp_host = 'smtp.gmail.com'; $g_smtp_connection_mode = 'tls'; $g_smtp_port = 587; $g_smtp_username = 'vaishalipatil90...