8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af786dd commit 49daee7Copy full SHA for 49daee7
components/mailer.rst
@@ -0,0 +1,25 @@
1
+.. index::
2
+ single: Mailer
3
+ single: Components; Mailer
4
+
5
+The Mailer Component
6
+====================
7
8
+ The Mailer component helps sending emails.
9
10
+Installation
11
+------------
12
13
+.. code-block:: terminal
14
15
+ $ composer require symfony/mailer
16
17
+Alternatively, you can clone the `<https://github.com/symfony/mailer>`_ repository.
18
19
+.. include:: /components/require_autoload.rst.inc
20
21
+Usage
22
+-----
23
24
+We're currently working on the documentation of this component that was just
25
+added to Symfony. We'll publish it in a few days.
0 commit comments