php配置email支持_配置以及实现mail()函数
配置sendmail.ini文件
error_logfile=error.log
; create debug log as debug.log (defaults to same directory as sendmail.exe)
; uncomment to enable debugging
debug_logfile=debug.log
; if your smtp server requires authentication, modify the following two lines
auth_username=service@jhonse.com
auth_password=123456
; if your smtp server uses pop3 before smtp authentication, modify the
; following three lines. ?do not enable unless it is required.
pop3_server=
pop3_username=
pop3_password=
; force the sender to always be the following email address
; this will only affect the "MAIL FROM" command, it won't modify
; the "From: " header of the message content
force_sender=service@jhonse.com
; force the sender to always be the following email address
; this will only affect the "RCTP TO" command, it won't modify
; the "To: " header of the message content
總結
以上是生活随笔為你收集整理的php配置email支持_配置以及实现mail()函数的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 招商银行信用卡到期换卡,这三个事项要注意
- 下一篇: python中dump函数_python