View Issue Details

IDProjectCategoryView StatusLast Update
0019955mantisbtGeneralpublic2015-08-02 10:11
Reporterramb Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Summary0019955: can not send email
Description

--- Email Configuration ---

#$g_use_phpMailer = ON
$g_enable_email_notification = ON;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP; # or PHPMAILER_METHOD_SMTP, PHPMAILER_METHOD_SENDMAIL
$g_smtp_host = 'smtp.163.com'; # used with PHPMAILER_METHOD_SMTP
$g_smtp_port = 25;
$g_smtp_username = 'ramblejack2'; # used with PHPMAILER_METHOD_SMTP
$g_smtp_password = 'password'; # used with PHPMAILER_METHOD_SMTP
$g_administrator_email = 'ramblejack2@163.com';
$g_webmaster_email = 'ramblejack2@163.com';
$g_from_email = 'ramblejack2@163.com'; # the "From: " field in emails
$g_return_path_email = 'ramblejack2@163.com'; # the return address for bounced mail

$g_from_name = 'Mantis Bug Tracker';

$g_email_receive_own = OFF;

$g_email_send_using_cronjob = OFF;

$g_phpMailer_path = '/var/www/phpmailer';
$g_default_language = 'chinese_simplified';

Steps To Reproduce

can not send mail

TagsNo tags attached.

Activities

atrol

atrol

2015-07-22 06:33

developer   ~0051111

ramb,

This is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). I am therefore resolving this issue as "no change required".

Please use the forums, the mantisbt-help mailing list or IRC to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).