zoukankan      html  css  js  c++  java
  • Centos根据系统VPS安装SendMail组件使WordPress支持E-mail

    1、在putty在链接:

    yum install sendmail
    2、启动SendMail:
    service sendmail start

    3、检查SendMail是否在监听默认的25port:

    netstat -anp|grep sendmail

    4、增加自己主动启动(假设你的VPS内存比較小的话,能够不选。只是每次重新启动机子后要记得输入这个代码!

    chkconfig sendmail on

    5、改动php.ini中的配置是的其可以调用PHP函数发邮件:

    vim /usr/local/php/etc/php.ini
    找到找到有关sendmail_path的那一行,去掉行首凝视。并改动为:
    sendmail_path = /usr/sbin/sendmail -i -t  改动完记得重新启动php





    版权声明:本文博客原创文章。博客,未经同意,不得转载。

  • 相关阅读:
    203. Remove Linked List Elements
    86. Partition List
    143. Reorder List
    876. Middle of the Linked List
    246. Strobogrammatic Number
    202. Happy Number
    数据类型转换
    表达式
    面向对象
    对齐
  • 原文地址:https://www.cnblogs.com/blfshiye/p/4671381.html
Copyright © 2011-2022 走看看