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?
MantisBT 1.2.15 email problem
Moderators: Developer, Contributor
Re: MantisBT 1.2.15 email problem
I had go through all post these few days, I direct paste same code, non of them works.
Testing Mail - PROBLEMS SENDING MAIL TO: xxx@gmail.com. Please check your php/mail server settings.
Is there any way to know what is the error?
Testing Mail - PROBLEMS SENDING MAIL TO: xxx@gmail.com. Please check your php/mail server settings.
Is there any way to know what is the error?
Re: MantisBT 1.2.15 email problem
finally i receive those email after 6 hours.... it was gmail delay.. shit