Skip to content

Update email.rst #13109

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

Merged
merged 1 commit into from
Feb 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ the report with details of the sent emails.
.. tip::

In addition to the features provided by Symfony, there are applications that
can help you test emails during application development, like `MailCatcher`_
and `MailHog`_.
can help you test emails during application development, like `MailCatcher`_,
`Mailtrap`_ and `MailHog`_.

How to Spool Emails
-------------------
Expand Down Expand Up @@ -656,6 +656,7 @@ redirected page and the email won't be accessible.

.. _`MailCatcher`: https://github.com/sj26/mailcatcher
.. _`MailHog`: https://github.com/mailhog/MailHog
.. _`Mailtrap`: https://mailtrap.io/
.. _`Swift Mailer`: http://swiftmailer.org/
.. _`SwiftMailerBundle`: https://github.com/symfony/swiftmailer-bundle
.. _`Creating Messages`: https://swiftmailer.symfony.com/docs/messages.html
Expand Down