Laravel通过通知获得双重松弛消息

时间:2020-03-05 11:18:07

标签: php laravel laravel-5.8 laravel-notification

因此,我正在尝试向一组用户发送通知。就我而言,我正在向所有网站管理员发送通知。该通知应该向每个网站管理员发送一封电子邮件,并向我们的Slack频道发送一条消息。

该通知有效,但是我在频道中为每个网站管理员发送了一条消息。

如何发送多封邮件,但只有1条闲置邮件?

null
index.js:1 Warning: This synthetic event is reused for performance reasons. If you're seeing this, you're accessing the method `currentTarget` on a released/nullified synthetic event. This is a no-op function. If you must keep the original synthetic event around, use event.persist(). See https://reactjs.org/docs/events.html#event-pooling for more information.

0 个答案:

没有答案