passbolt_api icon indicating copy to clipboard operation
passbolt_api copied to clipboard

Email notifications are HTML only

Open AlexeyDemidov opened this issue 4 years ago • 1 comments

Email notifications are HTML only

  • Passbolt Version: Passbolt CE 3.3.0 (Docker passbolt/passbolt@sha256:d2417c0eb1688b9266bdfe2a2f5e80bf68c227237382a549c18a45bcd26b11de)
  • Platform and Target -- Operating system: Debian 11 -- PHP: 7.4.25 -- Web server: -- Database server: MariaDB

What you did

Received an email notification with the subject "You added the password ..."

What happened

The received notification was in HTML-only format (Content-Type: text/html; charset=UTF-8) which is unreadable in a text-only console email readers like Mutt.

What you expected to happen

I expected to receive email notifications with MIME multipart/alternative format which includes both text/html and text/plan versions of a message which should be readable in any email client. Another issue is that HTML-only emails are scored higher by spam detection software and have higher chances to end up in a Spam folder.

AlexeyDemidov avatar Nov 09 '21 08:11 AlexeyDemidov

Thanks for the report @AlexeyDemidov, we'll look into it.

stripthis avatar Nov 09 '21 08:11 stripthis