Laravel 发送电子邮件时出现错误 mkdir() :链接过多

发布于 2025-01-11 03:42:58 字数 384 浏览 0 评论 0原文

我们的网站每天向客户发送大约 2000 封电子邮件,最近,它开始无法发送电子邮件,并显示错误消息“mkdir():链接过多”。

该网站是使用 laravel 框架构建的,我们使用 laravel Mail 类来发送电子邮件。

最初,当出现此错误时,我们可以通过使用命令 php artisan cache:clear 清除 laravel 缓存来解决它。 laravel CACHE_DRIVER 正在使用 file

我们尝试将其更改为使用 REDIS,并且它有效,但是它并没有持续很长时间,直到错误 mkdir() : Too much links 再次出现。

怎样才能长期解决这个问题呢?

Our website is sending about 2000 emails to our customer daily, recently, it started to fail sending the email with the error message "mkdir() : too many links" .

The website is build with laravel framework and we are using the laravel Mail class to send the email.

Initially, when this error occur, we are able to solve it by clearing the laravel cache with the command php artisan cache:clear. The laravel CACHE_DRIVER is using file.

We tried to change it to use REDIS, and it works , however it didn't last long until the error mkdir() : too many links come back again.

How can we resolve this issue long term?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文