Skip to content

[RFC][Mailer][FrameworkBundle] Add support for rate limited mailer transports #59985

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: 7.4
Choose a base branch
from
Prev Previous commit
Remove LimiterInterface
  • Loading branch information
fritzmg committed Aug 10, 2025
commit b99c3614dd5b6983a147c7e10fcc7562d2c82ebd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
use Symfony\Component\Notifier\ChatterInterface;
use Symfony\Component\Notifier\TexterInterface;
use Symfony\Component\PropertyAccess\PropertyAccessor;
use Symfony\Component\RateLimiter\LimiterInterface;
use Symfony\Component\Security\Core\AuthenticationEvents;
use Symfony\Component\Serializer\DependencyInjection\SerializerPass;
use Symfony\Component\Serializer\Mapping\Loader\AttributeLoader;
Expand Down
Loading