Skip to content

Email html formatting escaped #1309

@slavaGanzin

Description

@slavaGanzin

Hello everyone, thanks for your work on apprise!

Please help, looks stupid and I think I'm missing something

📣 Notification Service(s) Impacted
Email

🐞 Describe the bug
When I'm sending an email with html:

./apprise "mailtos://?smtp=purelymail.com&format=html" -b '<h1>asdasda</h1>' -vvvv

I got escaped html in email.

💡 Screenshots and Logs

Content-Type: multipart/alternative; boundary="===============1266121593768130484=="
MIME-Version: 1.0
X-Application: Apprise
Subject: 
Date: Sat, 22 Mar 2025 13:46:33 +0000

--===============1266121593768130484==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable

<h1>asdasda</h1>
--===============1266121593768130484==
Content-Type: text/html; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable

&lt;h1&gt;asdasda&lt;/h1&gt; 
--===============1266121593768130484==--

&lt;h1&gt;asdasda&lt;/h1&gt; shouldn't be escaped

💻 Your System Details:
apprise --version
Apprise v1.9.2

python -V
Python 3.12.4

uname -a
Darwin m 24.4.0 Darwin Kernel Version 24.4.0: x86_64

🔮 Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions