dousha7904 2011-05-13 11:27
浏览 54

Php ini_set mail smtp

How and where to insert script for php ini_set mail smtp i create wiki for my site but whan some one register it need to receive mail to confirm registration but whan some one try to register he get this message:

wiki could not send your confirmation mail. Please check your e-mail address for invalid characters. 

Mailer returned: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()

so i will not edit php.ini i need script for ini_set() pls help

  • 写回答

1条回答 默认 最新

  • dongzha5934 2011-05-13 11:31
    关注

    Your mail server might not be running. Contact your system administrator and ask to check if the mail server is running on 127.0.0.1:25

    评论

报告相同问题?

悬赏问题

  • ¥15 C++ yoloV5改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
  • ¥15 帮我写一个c++工程
  • ¥30 Eclipse官网打不开,官网首页进不去,显示无法访问此页面,求解决方法
  • ¥15 关于smbclient 库的使用
  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?