Laravel 发送电子邮件时出现错误 mkdir() :链接过多
我们的网站每天向客户发送大约 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论