Problem mit Email

Deutschsprachiges Forum für Diskussionen und Fragen zu MantisBT

Moderators: Developer, Contributor

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

Problem mit Email

Post by kanjias »

Ich habe leider Probleme mit der Mail. Die Schritte welche hier aufgeführt sind habe ich befolgt. Leider funktioniert es trotzdem nicht. Meine config/config_inc.php sieht folgendermaßen aus:

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_enable_email_notification = ON;
$g_smtp_host            = 'mail.hosting.de';
$g_smtp_username        = 'support@kanjias.de';
$g_smtp_password        = '***';
$g_webmaster_email      = 'kettcardriverprofi@gmx.de';
$g_phpMailer_method     = 'PHPMAILER_METHOD_SMTP';
$g_return_path_email    = 'support@kanjias.de';
$g_from_email           = 'support@kanjias.de';
$g_allow_signup  = ON;
$g_smtp_port = 25;
$g_administrator_email = 'kettcardriverprofi@gmx.de'; 
Kann mir jemand helfen?
Post Reply