本人邮件服务怎么配置都不能用
本人想用mantis+XAMPP,想实现邮件提醒功能和邮箱认证功能
求config里面完全配置!十分感谢!另外其他地方如果需要改或者一定不能改的请告诉我啊,我都弄一个星期了!不好意思,只有20分了
公司没有邮件服务器,我想用GMAIL或163的邮箱发送邮件!可以的话教教我啊!多谢帮忙啊!
mantis邮件配置
答案:2 悬赏:50 手机版
解决时间 2021-03-01 13:25
- 提问者网友:未信
- 2021-02-28 13:32
最佳答案
- 五星知识达人网友:往事隔山水
- 2021-02-28 13:40
以下内容可以在config_defaults_inc.php中找到。
建议把该内容拷到config_inc.php中.
#############################
# Mantis Email Settings
#############################
# --- email variables -------------
$g_administrator_email = 'xxxx@xxx.com'; #xxxx@xxx.com是要修改为相应的邮箱名称。
$g_webmaster_email = 'xxxx@xxx.com'; #xxxx@xxx.com是要修改为相应的邮箱名称。
# the 'From: ' field in emails
$g_from_email = 'xxxx@xxx.com'; #xxxx@xxx.com是要修改为相应的邮箱名称。
# the return address for bounced mail
$g_return_path_email = 'xxxx@xxx.com'; #xxxx@xxx.com是要修改为相应的邮箱名称。
# allow email notification
# note that if this is disabled, sign-up and password reset messages will
# not be sent.
$g_enable_email_notification = ON;
# select the method to mail by:
# 0 - mail()
# 1 - sendmail
# 2 - SMTP
$g_phpMailer_method = 2; #以smtp发送邮件
# This option allows you to use a remote SMTP host. Must use the phpMailer scrīpt
# Name of smtp host, needed for phpMailer, taken from php.ini
$g_smtp_host = 'mail.xxx.com:25'; #邮件服务器的地址,后面加上端口号25
# These options allow you to use SMTP Authentication when you use a remote
# SMTP host with phpMailer. If smtp_username is not '' then the username
# and password will be used when logging in to the SMTP server.
$g_smtp_username = 'xxxxx'; #邮箱的用户名
$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发送的。
还有什么不明白的发邮件给我
kempjduan@126.com
建议把该内容拷到config_inc.php中.
#############################
# Mantis Email Settings
#############################
# --- email variables -------------
$g_administrator_email = 'xxxx@xxx.com'; #xxxx@xxx.com是要修改为相应的邮箱名称。
$g_webmaster_email = 'xxxx@xxx.com'; #xxxx@xxx.com是要修改为相应的邮箱名称。
# the 'From: ' field in emails
$g_from_email = 'xxxx@xxx.com'; #xxxx@xxx.com是要修改为相应的邮箱名称。
# the return address for bounced mail
$g_return_path_email = 'xxxx@xxx.com'; #xxxx@xxx.com是要修改为相应的邮箱名称。
# allow email notification
# note that if this is disabled, sign-up and password reset messages will
# not be sent.
$g_enable_email_notification = ON;
# select the method to mail by:
# 0 - mail()
# 1 - sendmail
# 2 - SMTP
$g_phpMailer_method = 2; #以smtp发送邮件
# This option allows you to use a remote SMTP host. Must use the phpMailer scrīpt
# Name of smtp host, needed for phpMailer, taken from php.ini
$g_smtp_host = 'mail.xxx.com:25'; #邮件服务器的地址,后面加上端口号25
# These options allow you to use SMTP Authentication when you use a remote
# SMTP host with phpMailer. If smtp_username is not '' then the username
# and password will be used when logging in to the SMTP server.
$g_smtp_username = 'xxxxx'; #邮箱的用户名
$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发送的。
还有什么不明白的发邮件给我
kempjduan@126.com
全部回答
- 1楼网友:woshuo
- 2021-02-28 15:19
mantis的邮件提醒是可以由用户在客户端修改自己的配置的,你去帮收不到你邮件的开发人员配一下邮件提醒的设置。
在个人资料→更改个人设置里面。
另外检查一下个人资料里面的邮件地址是否正确。
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯