Skip to content

Documented the Mime component #11280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
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