8000 Documented the Mime component · symfony/symfony-docs@49daee7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 49daee7

Browse files
committed
Documented the Mime component
1 parent af786dd commit 49daee7

File tree

2 files changed

+672
-0
lines changed

2 files changed

+672
-0
lines changed

components/mailer.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0