Skip to content

Commit 234e840

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: [Mailer] Mention MJML as an alternative to Inky
2 parents edd1668 + 99f9eee commit 234e840

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
@@ -1260,6 +1260,11 @@ the entire email contents from Markdown to HTML:
12601260
Inky Email Templating Language
12611261
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12621262

1263+
.. tip::
1264+
1265+
Symfony recommends Inky, but you can also use `MJML`_, a more actively
1266+
maintained alternative for responsive email templates.
1267+
12631268
Creating beautifully designed emails that work on every email client is so
12641269
complex that there are HTML/CSS frameworks dedicated to that. One of the most
12651270
popular frameworks is called `Inky`_. It defines a syntax based on some HTML-like
@@ -2299,4 +2304,5 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
22992304
.. _`S/MIME`: https://en.wikipedia.org/wiki/S/MIME
23002305
.. _`Scaleway`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Scaleway/README.md
23012306
.. _`SendGrid`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sendgrid/README.md
2307+
.. _`MJML`: https://github.com/mjmlio/mjml
23022308
.. _`Sweego`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sweego/README.md

0 commit comments

Comments
 (0)