Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -479,3 +479,4 @@
/components/translation/usage /translation
/components/translation/custom_formats https://github.com/symfony/translation
/components/translation/custom_message_formatter https://github.com/symfony/translation
/components/notifier https://github.com/symfony/notifier
33 changes: 0 additions & 33 deletions components/notifier.rst

This file was deleted.

1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Topics
mercure
messenger
migration
notifier
performance
profiler
routing
Expand Down
3 changes: 3 additions & 0 deletions mailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ integration, CSS inlining, file attachments and a lot more. Get them installed w

$ composer require symfony/mailer


.. _mailer-transport-setup:

Transport Setup
---------------

Expand Down
Loading