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
Minor tweak
  • Loading branch information
javiereguiluz committed Apr 3, 2019
commit 426b864696f64ec2a1fbbaf9992cb67d55a56006
2 changes: 1 addition & 1 deletion components/mime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ methods to compose the entire email message::
->html('<h1>Lorem ipsum</h1> <p>...</p>')
;

This purpose of this component is to create the email messages. Use the
This only purpose of this component is to create the email messages. Use the
:doc:`Mailer component </components/mailer>` to actually send them. In Symfony
applications, it's easier to use the :doc:`Mailer integration </email>`.

Expand Down