电子邮件管道到 php 脚本仅有时有效

发布于 2024-08-27 10:54:57 字数 133 浏览 6 评论 0原文

我有一个 php 管道脚本,它接收电子邮件,从中获取附加的 *.csv 并解析它。

然而,当电子邮件从它应该来自的地方发送时,它会默默地出错。但是,当我收到同一封电子邮件并从我的地址重新发送它时,一切顺利。有什么简单的原因可以这样做吗?

I have a php pipe script that receives an email, takes an attached *.csv from it and parses it.

However, when the email is sent from where it is supposed to be coming from, it silently errors. But when I take that same email and resend it from my address it goes through just fine. is there any simple reason it could be doing this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

櫻之舞 2024-09-03 10:54:57

尝试先将有关电子邮件的一些信息保存在日志文件中,然后在解析时保存更多信息。这样您可以更好地了解正在发生的事情

try and save some information about the email in a logfile before anything else, then some more info as you parse it. This way you get a more better understanding of what is happening

绾颜 2024-09-03 10:54:57

您发送的电子邮件是真实的电子邮件吗?可能存在允许从有效用户发送电子邮件的设置。

如果您将脚本更改为您想要发送电子邮件的用户,会发生什么情况。那行得通吗?

Is the email youa re sending from a real email? There may be a setting that allows emails to be sent from a valid user.

What happens if you chown the script to be the user you want to send the email from. Does it work then?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文