MantisBT 1.2.15 email problem
Posted: 01 Aug 2013, 09:35
I juz download & install in a Win7 Pro machine
PHP 5.5.1
MantisBT 1.2.15
IIS 7
SQL server 2008r2
My config_inc.php
$g_webmaster_email = 'xxx@gmail.com';
$g_administrator_email = 'xxx@gmail.com';
$g_allow_signup = ON;
$g_enable_email_notification = ON;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.gmail.com';
$g_smtp_connection_mode = 'ssl';
$g_smtp_port = 465;
$g_smtp_username = 'xxx@gmail.com';
$g_smtp_password = 'xxx';
My problem is most of times email not receive.
Tried admin/test_email.php, sometimes success somtimes not.
Is there any alternative way to sent email?
PHP 5.5.1
MantisBT 1.2.15
IIS 7
SQL server 2008r2
My config_inc.php
$g_webmaster_email = 'xxx@gmail.com';
$g_administrator_email = 'xxx@gmail.com';
$g_allow_signup = ON;
$g_enable_email_notification = ON;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.gmail.com';
$g_smtp_connection_mode = 'ssl';
$g_smtp_port = 465;
$g_smtp_username = 'xxx@gmail.com';
$g_smtp_password = 'xxx';
My problem is most of times email not receive.
Tried admin/test_email.php, sometimes success somtimes not.
Is there any alternative way to sent email?