Search found 1 match

by xav12358
06 Dec 2016, 10:37
Forum: General Discussion
Topic: Don't receive emails
Replies: 1
Views: 3378

Don't receive emails

Hello,

I recently install mantisBT on my computer and I don't receive email from the server. I configure the config_inc.php file like this:

<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'mantisbt_bug';
$g_db_username = 'mantisbt_bug';
$g_db_password = 'mantisbt_bug ...