简体   繁体   English

通过php发送邮件的问题

[英]Issues with sending mail via php

In our site whole business model depends on email exchange. 在我们的网站中,整个业务模式取决于电子邮件交换。 We are using zend_mail for send email / notification to our customers. 我们正在使用zend_mail向我们的客户发送电子邮件/通知。

We are facing some issues with email delivery, listed below - 我们在以下方面遇到了一些有关电子邮件传递的问题-

  1. Sometimes it stops sending email to anyone and starts working automatically 有时它会停止向任何人发送电子邮件并自动开始工作
  2. Not sending emails on hotmail , live accounts 不通过hotmail和真实帐户发送电子邮件
  3. Emails going to spam folder for some of customers email 某些客户电子邮件进入垃圾邮件文件夹的电子邮件

What additional configuration required for email handling ? 电子邮件处理需要哪些其他配置? How the popular sites do this for sending bulk notifications , emails ? 热门网站如何通过这种方式发送批量通知,电子邮件? We have dedicated server and can do any configuration on server(linux). 我们有专用的服务器,可以在server(linux)上进行任何配置。

Please let me know how to solve this issue. 请让我知道如何解决此问题。

Thanks in Advance. 提前致谢。

You might be better looking at swiftmailer or other mail library. 您可能最好看一下swiftmailer或其他邮件库。 They add additional headers and formatting to comply with email standards. 他们添加了其他标题和格式以符合电子邮件标准。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM