We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dff5b6 commit 8615bb5Copy full SHA for 8615bb5
emailer_lib/mjml/_core.py
@@ -201,6 +201,9 @@ def to_html(self, **mjml2html_kwargs) -> str:
201
If this is not a top-level <mjml> tag, it will be automatically wrapped
202
in <mjml><mj-body>...</mj-body></mjml> with a warning.
203
204
+ Note: This method embeds all images as inline data URIs in the HTML.
205
+ For email sending with separate attachments, use mjml_to_intermediate_email() instead.
206
+
207
Parameters
208
----------
209
**mjml2html_kwargs
0 commit comments