输入和发送电子邮件之间以及发送电子邮件之间的延迟

发布于 2024-12-27 18:29:40 字数 119 浏览 3 评论 0原文

我使用 cfmail 发送电子邮件时出现巨大延迟(1-2 小时)。

Coldfusion Admin 中是否有可以调整的设置,或者电子邮件发送的速度是否取决于许多因素?

任何提示将不胜感激。

I have a huge delay when sending email (1-2 hours) using cfmail.

Is there a setting in the Coldfusion Admin where this can be adjusted, or does the speed of the email delivery depend on many factors?

Any tips would be greatly appreciated.

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

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

发布评论

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

评论(2

酒废 2025-01-03 18:29:40

通常,CFMAIL 在 CFroot 的 Mail/Spool 目录中创建一个文本文件。然后另一个进程拾取这些“假脱机”文件并尝试在后台发送它们。

此辅助过程的时间由“邮件”页面上的管理员控制。

假脱机间隔(秒)

首先检查该设置。

注意:

  • 如果 CF 设置为不后台处理邮件,
  • 一旦 CF 将邮件交给 SMTP 服务器,它将立即尝试发送邮件,这超出了 CF 的控制范围;您需要深入研究邮件服务器日志(以及上游日志),
  • 检查“记录 ColdFusion 发送的所有邮件消息”将有助于在电子邮件实际发送时进行故障排除

Usually, CFMAIL creates a text file in the Mail/Spool directory in your CFroot. Then another process picks up these "spooled" files and attempts to send them in the background.

The timing of this secondary process is controlled from the Administrator on the "Mail" page.

Spool Interval (seconds)

Check that setting first.

Note:

  • if CF is set to not spool the mail, it will attempt to send mail immediately
  • once CF hands off the message to the SMTP server it's out of CF's control; you'll need to dig into your mailserver logs (and those upstream)
  • checking "Log all mail messages sent by ColdFusion" will be helpful to troubleshoot when email messages are actually being sent
书间行客 2025-01-03 18:29:40

您使用的是标准版还是企业版的 Coldfusion?如果是标准版,则发送电子邮件的数量有限制(我猜最多 10 封),但对于企业版则没有任何此类限制。

我的一位客户也遇到过同样的问题,因为他一次发送了大约 6000 封电子邮件。但就我而言,它通常是批量的,所以我只是安排它在下班时间发送。

希望这有帮助。

Which version of coldfusion you are using standard or Enterprise? If it is Standard than it has limitation to send number of emails (I guess max. 10) but for Enterprise do not have any such limitation.

Same kind of issue faced by one of my client as he was sending around 6000 emails at a time. But in my case it was normally bulk so I just schedule it to send it on off time.

Hope this help.

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