Questions tagged [symfony-messenger]

Messenger component provides a message bus with the ability to send messages and then handle them immediately in your Symfony application or send them through transports (e.g. queues) to be handled later.

121 questions
-1
votes
1 answer

Symfony group multiple emails into one and send it

I am using Symfony 5.2 and messenger with sengrid for sending mails. I want to send an email when a specific action is taken. But this action can be repeated several times in a row and I don't want to spam my users. I would like to store these…
2kne
  • 1
1 2 3
8
9