8000 Documented the Mime component by javiereguiluz · Pull Request #11280 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

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
Prev Previous commit
Next Next commit
Added a placeholder article for the Mailer component
  • Loading branch information
javiereguiluz committed Apr 3, 2019
commit 958e4d8a6c53d927032fac082eff657608fc4f0d
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.
0