如何通过 PHP 发送电子邮件而不使用任何额外的 PEAR 包或库?
我想通过 PHP 发送电子邮件,而不安装或配置任何 PHP 邮件服务器。有哪些方法可以实现这一目标。
I want to send email through PHP without installing or configuring any PHP mail server.what are the ways to achieve this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我一直使用 PHP Mailer 类,这个类真的很容易使用,而且功能很强大。尝试一下。
您可以从这里下载它 PHP MAILER
这是一个示例
I always use the PHP Mailer class, this class is really easy to use, and so powerful. Give it a try.
You can download it from here PHP MAILER
Here's an example
使用此
请记住您无法通过本地主机发送电子邮件。当您的代码在线时,此功能将发送信息
Use this
Remember you cannot send email through localhost. This function will send information when your code is online