From 19acf3b537f05d1763f105286d265ebf8e47faaf Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Thu, 5 Mar 2026 14:04:44 +0100 Subject: [PATCH 1/2] fix: replace SVG with PNG in email template (#29) Many email clients strip out SVGs for security and anti-tracking reasons, causing the PostGuard logo to not render for a large portion of recipients. Replace the inline SVG logo with a hosted PNG image from postguard.eu. Closes encryption4all/postguard-website#29 --- cryptify/templates/email/email.html | 34 +---------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/cryptify/templates/email/email.html b/cryptify/templates/email/email.html index c2a0594..1394764 100644 --- a/cryptify/templates/email/email.html +++ b/cryptify/templates/email/email.html @@ -9,39 +9,7 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + PostGuard

From 3bb7db26440212abbe25ca20880e8ea6200418d3 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Fri, 6 Mar 2026 09:03:29 +0100 Subject: [PATCH 2/2] fix: replace checkmark SVG with HTML/unicode equivalent in email (#29) --- cryptify/templates/email/email.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/cryptify/templates/email/email.html b/cryptify/templates/email/email.html index 1394764..3116692 100644 --- a/cryptify/templates/email/email.html +++ b/cryptify/templates/email/email.html @@ -42,15 +42,7 @@ {% if sender_email != "" %}

- - - - - - - +

{{files_from}}

{{sender_email}}