Skip to content

Commit 8615bb5

Browse files
committed
update comment
1 parent 9dff5b6 commit 8615bb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

emailer_lib/mjml/_core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ def to_html(self, **mjml2html_kwargs) -> str:
201201
If this is not a top-level <mjml> tag, it will be automatically wrapped
202202
in <mjml><mj-body>...</mj-body></mjml> with a warning.
203203
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+
204207
Parameters
205208
----------
206209
**mjml2html_kwargs

0 commit comments

Comments
 (0)