Skip to content

Commit 225de94

Browse files
committed
Removed Mailer component docs
1 parent e29be27 commit 225de94

File tree

6 files changed

+276
-255
lines changed

6 files changed

+276
-255
lines changed

_build/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127
'rst': 'reStructuredText',
128128
'varnish2': 'Varnish 2',
129129
'varnish3': 'Varnish 3',
130-
'varnish4': 'Varnish 4'
130+
'varnish4': 'Varnish 4',
131+
'env': '.env'
131132
}
132133

133134
# don't enable Sphinx Domains

_build/redirection_map

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,3 +505,4 @@
505505
/components/class_loader https://github.com/symfony/class-loader
506506
/frontend/encore/versus-assetic /frontend
507507
/components/http_client /http_client
508+
/components/mailer /mailer

components/mailer.rst

Lines changed: 0 additions & 206 deletions
This file was deleted.

components/messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ Your own Sender
218218
Imagine that you already have an ``ImportantAction`` message going through the
219219
message bus and being handled by a handler. Now, you also want to send this
220220
message as an email (using the :doc:`Mime </components/mime>` and
221-
:doc:`Mailer </components/mailer>` components).
221+
:doc:`Mailer </mailer>` components).
222222

223223
Using the :class:`Symfony\\Component\\Messenger\\Transport\\Sender\\SenderInterface`,
224224
you can create your own message sender::

components/mime.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,7 @@ methods to compose the entire email message::
6161
;
6262

6363
This only purpose of this component is to create the email messages. Use the
64-
:doc:`Mailer component </components/mailer>` to actually send them. In Symfony
65-
applications, it's easier to use the :doc:`Mailer integration </mailer>`.
66-
67-
Most of the details about how to create Email objects, including Twig integration,
68-
can be found in the :doc:`Mailer documentation </mailer>`.
64+
:doc:`Mailer component </mailer>` to actually send them.
6965

7066
Twig Integration
7167
----------------

0 commit comments

Comments
 (0)