Skip to content

Commit bc92774

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: [Mailer] Mention MJML as an alternative to Inky
2 parents 3da6298 + 3497411 commit bc92774

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mailer.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,6 +1149,11 @@ the entire email contents from Markdown to HTML:
11491149
Inky Email Templating Language
11501150
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11511151

1152+
.. tip::
1153+
1154+
Symfony recommends Inky, but you can also use `MJML`_, a more actively
1155+
maintained alternative for responsive email templates.
1156+
11521157
Creating beautifully designed emails that work on every email client is so
11531158
complex that there are HTML/CSS frameworks dedicated to that. One of the most
11541159
popular frameworks is called `Inky`_. It defines a syntax based on some HTML-like
@@ -2004,4 +2009,5 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
20042009
.. _`S/MIME`: https://en.wikipedia.org/wiki/S/MIME
20052010
.. _`Scaleway`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Scaleway/README.md
20062011
.. _`SendGrid`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sendgrid/README.md
2012+
.. _`MJML`: https://github.com/mjmlio/mjml
20072013
.. _`Sweego`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sweego/README.md

0 commit comments

Comments
 (0)