1. 邮件
修改 config_defaults_inc.php
$g_administrator_email = 'mantis@pooy.net'; $g_webmaster_email = 'mantis@pooy.net'; $g_from_email = 'mantis@pooy.net'; $g_return_path_email = 'mantis@pooy.net'; $g_enable_email_notification = ON; $g_phpMailer_method = PHPMAILER_METHOD_SMTP; #注意是SMTP $g_smtp_host = 'smtp.exmail.qq.com'; $g_smtp_username = 'mantis@pooy.net'; $g_smtp_password = 'JD8WJ9KD'; $g_smtp_port = 465;
默认是$g_phpMailer_method
=PHPMAILER_METHOD_SENDMAIL; 一定更改为SMTP
2. 中文和注册
$g_allow_signup = OFF; $g_default_language = 'chinese_simplified';