Skip to content
Closed
25 changes: 25 additions & 0 deletions components/mailer.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.. index::
single: Mailer
single: Components; Mailer

The Mailer Component
====================

The Mailer component helps sending emails.

Installation
------------

.. code-block:: terminal

$ composer require symfony/mailer

Alternatively, you can clone the `<https://github.com/symfony/mailer>`_ repository.

.. include:: /components/require_autoload.rst.inc

Usage
-----

We're currently working on the documentation of this component that was just
added to Symfony. We'll publish it in a few days.
Loading