2014-09-05 00:10:34
来 源
中存储网
邮件服务器
安装 yum install sendmail启动sendmail 启动sendmail 和postfix service sendmail startservice postfix start测试发送邮件touch mail.php。

安装 yum install sendmail

启动sendmail 和postfix 

service sendmail start

service postfix start

测试发送邮件

touch mail.php

[code]

<?php

mail('your_email_addr@gmail.com','subject','message body');

?>

[/code]

chmod a+x mail.php

php mail.php

然后检查邮箱中是否已经收到邮件

将邮箱服务设置为开机后即启动

chkconfig sendmail on

声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。