mail()函数发送电子邮件的时间太长

时间:2015-08-25 12:57:52

标签: php apache centos

在我的服务器上(LAMP + CentOS)我有一个使用mail()功能发送电子邮件的页面。我的问题是接收已发送的邮件会有1到2分钟的延迟。

我正在使用一个简单的脚本发送电子邮件:

<?php
    $headers = 'From: webmaster@example.com'; mail('myemail@gmail.com', 'Test email using PHP', 'This is a test email message', $headers, '-fwebmaster@example.com');
    echo 'complete';
?>

this is my php.ini file

0 个答案:

没有答案