Gmail works !
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.gmail.com';
$g_smtp_username = 'myuser@mydomain.com';
$g_smtp_password = 'mypassword';
$g_smtp_connection_mode = 'tls';
$g_smtp_port = 25
Moderators: Developer, Contributor
This is the deafult setting, you don't have to change anything for thistetsunami wrote:well you must set $g_enable_email_notification = ON;
[Fri Aug 6 15:20:00 2010] [error] PHP Notice: Use of undefined constant PHPMAILER_METHOD_SMTP - assumed 'PHPMAILER_METHOD_SMTP' in /htdocs/mantis-1.0.7/config_inc.php on line 42
mzainal wrote:in /htdocs/mantis-1.0.7/config_inc.php
Users browsing this forum: No registered users and 0 guests