Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
问题是我在向订阅者发送电子邮件时遇到问题,向单个订阅者发送超过 16 封电子邮件。
当我使用亚马逊 ses 时。
Regard 的 MUHAMMAD Arslan Zia
确保你有正确的 cronjob 设置,时间是“每 5 分钟”,就像 '*/5 * * * * php /path/to/scheduled.php > /dev/null 2>&1' 我有同样的问题。它对我有用。