Send mail with smtp.gmail.com in Mantis 1.2.0
Posted: 04 Mar 2010, 03:01
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:
It runs exactly. But when I change to use gmail, It cannot run, and no error message returns.
I don't know why? Who can help me? Thank you for all.
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;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;