Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我在contact.php中的代码:
<?php mail('philovesdogs@gmail.com','sdf','sadfsad'); echo 'Ok'; ?>
我放回声只是为了确保 PHP 在页面上工作。我将页面上传到我的 LAMP 服务器并打开了该页面。我看了还行 但是,我检查了我的电子邮件(以及我的垃圾邮件文件夹),但没有发送任何电子邮件。
您需要配置并保持运行 SMTP 服务器。查看类似这样的问题:配置 LAMP 以发送邮件