Skip to content

Commit 3497411

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: [Mailer] Mention MJML as an alternative to Inky
2 parents 208318e + 234e840 commit 3497411

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
@@ -1272,6 +1272,11 @@ the entire email contents from Markdown to HTML:
12721272
Inky Email Templating Language
12731273
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
12741274

1275+
.. tip::
1276+
1277+
Symfony recommends Inky, but you can also use `MJML`_, a more actively
1278+
maintained alternative for responsive email templates.
1279+
12751280
Creating beautifully designed emails that work on every email client is so
12761281
complex that there are HTML/CSS frameworks dedicated to that. One of the most
12771282
popular frameworks is called `Inky`_. It defines a syntax based on some HTML-like
@@ -2312,4 +2317,5 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
23122317
.. _`S/MIME`: https://en.wikipedia.org/wiki/S/MIME
23132318
.. _`Scaleway`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Scaleway/README.md
23142319
.. _`SendGrid`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sendgrid/README.md
2320+
.. _`MJML`: https://github.com/mjmlio/mjml
23152321
.. _`Sweego`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Sweego/README.md

0 commit comments

Comments
 (0)