Skip to content

Commit 99f9eee

Browse files
committed
minor #21604 [Mailer] Mention MJML as an alternative to Inky (javiereguiluz)
This PR was merged into the 6.4 branch. Discussion ---------- [Mailer] Mention MJML as an alternative to Inky This is an alternative to #21585. Inky is still the Symfony recommendation, so we cannot remove it yet. But, let's mention MJML as a valid alternative. Commits ------- 897a3f3 [Mailer] Mention MJML as an alternative to Inky
2 parents 5cce5af + 897a3f3 commit 99f9eee

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
@@ -1163,6 +1163,11 @@ the entire email contents from Markdown to HTML:
11631163
Inky Email Templating Language
11641164
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
11651165

1166+
.. tip::
1167+
1168+
Symfony recommends Inky, but you can also use `MJML`_, a more actively
1169+
maintained alternative for responsive email templates.
1170+
11661171
Creating beautifully designed emails that work on every email client is so
11671172
complex that there are HTML/CSS frameworks dedicated to that. One of the most
11681173
popular frameworks is called `Inky`_. It defines a syntax based on some HTML-like
@@ -2012,3 +2017,4 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
20122017
.. _`S/MIME`: https://en.wikipedia.org/wiki/S/MIME
20132018
.. _`Scaleway`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Scaleway/README.md
20142019
.. _`SendGrid`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sendgrid/README.md
2020+
.. _`MJML`: https://github.com/mjmlio/mjml

0 commit comments

Comments
 (0)