Page 1 of 1

Send mail with smtp.gmail.com in Mantis 1.2.0

Posted: 04 Mar 2010, 03:01
by kyo00710
In Changelog.txt in phpmailer folder in C:\wamp\www\mantis\library\phpmailer, I see that it is version for php5/6, and this is tested on gmail. But when using, I cannot send mail notification password. I don't know why.

Of course, in config_default_inc.php, I set:

Code: Select all

$g_smtp_host	    = 'smtp.saviwave.com';
$g_smtp_username = 'dfs';
$g_smtp_password = 'dfsf';
$g_smtp_connection_mode = '';
$g_smtp_port = 25;
It runs exactly. But when I change to use gmail, It cannot run, and no error message returns.

Code: Select all

$g_smtp_host	    = 'smtp.gmail.com';
$g_smtp_username = 'dsf';
$g_smtp_password = 'sdfsf';
$g_smtp_connection_mode = 'ssl';
$g_smtp_port = 465;
I don't know why? Who can help me? Thank you for all.

Re: Send mail with smtp.gmail.com in Mantis 1.2.0

Posted: 15 Mar 2010, 14:23
by finrod
Hi...

Can you do it??...

I have the same problem here.. i need Mantis 1.2.0 send mail with gmail....

please, tell me how you do it.