Send mail with smtp.gmail.com in Mantis 1.2.0

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
kyo00710
Posts: 1
Joined: 04 Mar 2010, 02:53

Send mail with smtp.gmail.com in Mantis 1.2.0

Post 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.
finrod
Posts: 2
Joined: 15 Mar 2010, 14:05

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

Post 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.
Post Reply