-
-
Notifications
You must be signed in to change notification settings - Fork 565
Closed
Labels
Description
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>' -vvvvI 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
<h1>asdasda</h1>
--===============1266121593768130484==--<h1>asdasda</h1> 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.
Reactions are currently unavailable