8000 minor #11280 Documented the Mime component (javiereguiluz) · symfony/symfony-docs@3e06be9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e06be9

Browse files
committed
minor #11280 Documented the Mime component (javiereguiluz)
This PR was squashed before being merged into the master branch (closes #11280). Discussion ---------- Documented the Mime component Contents are based on this presentation from Fabien: https://speakerdeck.com/fabpot/mailer Commits ------- 49daee7 Documented the Mime component
2 parents 33ff59d + 49daee7 commit 3e06be9

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