Email configurations

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
blackcat
Posts: 5
Joined: 03 Nov 2009, 09:00

Email configurations

Post by blackcat »

Hi, I have a problem whit Email configuration.

I have installed mantis 1.2.1 and into my config_inc.php I have configured:

Code: Select all

 $g_phpMailer_method            = PHPMAILER_METHOD_SMTP; 
 $g_smtp_host                   = 'smtp.myserver.es';
 $g_smtp_port                    = '25';
 $g_smtp_username               = 'soportemantis@myserver.es';
 $g_smtp_password               = 'zfn3!aRq';
 $g_administrator_email  = 'soportemantis@myserver.es';
 $g_webmaster_email      = 'soportemantis@myserver.es';
 $g_from_name                   = 'Mantis Bug Tracker';
 $g_from_email           = 'soportemantis@myserver.es';
 $g_return_path_email    = 'soportemantis@myserver.es';
 $g_use_phpMailer = ON;
 $g_email_receive_own   = ON;
 $g_enable_email_notification = ON;
$g_send_reset_password = ON;
$g_allow_blank_email = OFF;
$g_validate_email = ON; 
$g_check_mx_record = OFF;

$g_phpMailer_path = '/usr/local/lib/';
$g_max_file_size = 2000000; # 2 MB
Is not need set $g_phpMailer_path in that mantis version?
Where mantis looks class.smtp.php and class.phpmailer.php classes?

thanks very much!!
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Email configurations

Post by atrol »

blackcat wrote: Is not need set $g_phpMailer_path in that mantis version?
This is not longer needed.
Please use Search before posting and read the Manual
Post Reply