Email not working - got no error

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
kanjias
Posts: 2
Joined: 22 Apr 2019, 18:48

Email not working - got no error

Post 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';
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: Email not working - got no error

Post by cas »

Please check out this topic ( also the installation manual is covering this)
viewtopic.php?f=3&t=15398
:mrgreen:
Post Reply