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';

  

相关文章:

  • 2021-09-26
  • 2022-01-10
  • 2022-12-23
  • 2022-02-07
  • 2021-06-14
  • 2021-09-16
  • 2021-12-17
猜你喜欢
  • 2021-07-04
  • 2021-08-26
  • 2021-05-05
  • 2021-07-31
  • 2022-12-23
  • 2021-04-25
  • 2021-11-19
相关资源
相似解决方案