mantis邮件配置

以下内容可以在config_defaults_inc.php中找到。 


建议把该内容拷到config_inc.php中. 
Java代码   收藏代码
  1. #############################  
  2. # Mantis Email Settings  
  3. #############################  
  4. # --- email variables -------------  
  5. $g_administrator_email = 'xxxx@xxx.com';      #xxxx@xxx.com是要修改为相应的邮箱名称。  
  6. $g_webmaster_email   = 'xxxx@xxx.com';       #xxxx@xxx.com是要修改为相应的邮箱名称。  
  7. # the 'From: ' field in emails  
  8. $g_from_email    = 'xxxx@xxx.com';       #xxxx@xxx.com是要修改为相应的邮箱名称。  
  9. # the return address for bounced mail  
  10. $g_return_path_email = 'xxxx@xxx.com';       #xxxx@xxx.com是要修改为相应的邮箱名称。  
  11. # allow email notification  
  12. # note that if this is disabled, sign-up and password reset messages will  
  13. # not be sent.  
  14. $g_enable_email_notification = ON;  
  15. # select the method to mail by:  
  16. 0 - mail()  
  17. 1 - sendmail  
  18. 2 - SMTP  
  19. $g_phpMailer_method   = 2;      #以smtp发送邮件  
  20. # This option allows you to use a remote SMTP host. Must use the phpMailer scrīpt  
  21. # Name of smtp host, needed for phpMailer, taken from php.ini  
  22. $g_smtp_host    = 'mail.xxx.com:25';      #邮件服务器的地址,后面加上端口号25  
  23. # These options allow you to use SMTP Authentication when you use a remote  
  24. # SMTP host with phpMailer. If smtp_username is not '' then the username  
  25. # and password will be used when logging in to the SMTP server.  
  26. $g_smtp_username = 'xxxxx';       #邮箱的用户名  
  27. $g_smtp_password = 'xxxxx';       #邮箱的密码  


邮件系统的配置建议用smtp方式。一般公司都有自己的邮件服务器,让管理员给你开一个mantis的专用信箱。 
注意:还需要配置一个地方,在C:\xampp\apache\conf目录下在找到httpd.conf,打开后搜索到listen,把Listen 80修改为listen IP:80,IP就是你服务器的地址。还有修改php.ini,把SMTP = localhost修改为SMTP = IP,IP为你服务器IP 
这样修改的好处是邮件发送的时候是直接以IP地址发送链接的,而不是以localhost发送的。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值