Page 1 of 1

Email not working - got no error

Posted: 22 Apr 2019, 18:57
by kanjias
Hello. Actually I'am setting up my own MantisBT-Instance, but I don't receive the test mail. Mantis says it's succesfully send, and there is no error in the error.log from Apache2... My Version of MantisBT is 2.20.0 and I'am using SMTP. My configuration looks like this:

Code: Select all

<?php
$g_hostname               = 'localhost';
$g_db_type                = 'mysqli';
$g_database_name          = 'mantisbt';
$g_db_username            = 'mantisbt';
$g_db_password            = '***';

$g_default_timezone       = 'UTC';

$g_crypto_master_salt     = '***';




/* Email Settings*/
$g_smtp_host            = 'mail.gmx.net';
$g_smtp_username        = '***@gmx.de';
$g_smtp_password        = '***';
$g_webmaster_email      = '***@gmx.de';
$g_phpMailer_method     = 'PHPMAILER_METHOD_SMTP';
$g_return_path_email    = '***@gmx.de';
$g_from_email           = '***@gmx.de';

Re: Email not working - got no error

Posted: 23 Apr 2019, 12:10
by cas
Please check out this topic ( also the installation manual is covering this)
viewtopic.php?f=3&t=15398
:mrgreen: