代码
# --- Email Configuration ---
#
 Gmail : http://www.mantisbt.org/bugs/view.php?id=8369
$g_phpMailer_method    = 2;
$g_smtp_host        = 'ssl://smtp.gmail.com:465'##PHP_OpenSSL
$g_smtp_username    = 'MantisBT@10cn.net';
$g_smtp_password    = '********';
$g_administrator_email  = 'MantisBT@10cn.net';
$g_webmaster_email      = 'MantisBT@10cn.net';
$g_from_name        = 'Mantis Bug Tracker';
$g_from_email           = 'MantisBT@gmail.com';
$g_return_path_email    = 'MantisBT@gmail.com';
$g_email_receive_own    = OFF;
$g_email_send_using_cronjob = OFF;
$g_enable_email_notification = ON;

$g_use_phpMailer     = ON;  
$g_phpMailer_path     = 'C:/PHPMailer/'

 

posted on 2010-05-06 14:02  10cn.net  阅读(260)  评论(0编辑  收藏  举报