{{ title | default("欢迎使用 MailLite") }}

简单、可靠、优雅的邮件发送方案

你好{{ "," + name if name else "" }} 👋

{% if message %}

{{ message | safe }}

{% else %}

感谢使用 MailLite!这是一款简单易用的 Python 邮件发送库,支持 HTML 模板渲染、附件发送等多种功能,帮助你快速集成邮件发送能力。

{% endif %}
🚀
极速集成
🎨
精美模板
🔒
安全可靠
{% if action_url %}
{{ action_text | default("立即查看") }} →
{% endif %}

此邮件由 {{ team_name | default("MailLite 团队") }} 自动发送,请勿直接回复。

{% if help_url %}

需要帮助?

{% endif %}