Skip to content

Commit e3c6f25

Browse files
committed
minor #15907 [Mailer] Remove SwiftMailer contents (javiereguiluz)
This PR was merged into the 5.3 branch. Discussion ---------- [Mailer] Remove SwiftMailer contents We started deprecating Swift Mailer in Symfony 4.3 docs ... so I propose to do this: 1) Remove the Swift Mailer contents in 5.3 and up ... but keeping the doc pages to avoid errors and confusions. 2) In 6.0 and up, remove those pages and redirect to the new Symfony Mailer equivalent pages. Commits ------- 5c87228 Remove SwiftMailer contents
2 parents d2d18ef + 5c87228 commit e3c6f25

File tree

4 files changed

+8
-1041
lines changed

4 files changed

+8
-1041
lines changed

bundles.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ file::
2828
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
2929
Symfony\Bundle\TwigBundle\TwigBundle::class => ['all' => true],
3030
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
31-
Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle::class => ['all' => true],
3231
Doctrine\Bundle\DoctrineBundle\DoctrineBundle::class => ['all' => true],
3332
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
3433
// this bundle is enabled only in 'dev' and 'test', so you can't use it in 'prod'

0 commit comments

Comments
 (0)