passbolt / passbolt_api

Passbolt Community Edition (CE) API. The JSON API for the open source password manager for teams!
https://passbolt.com
GNU Affero General Public License v3.0
4.63k stars 305 forks source link

Email notifications are HTML only #417

Open AlexeyDemidov opened 2 years ago

AlexeyDemidov commented 2 years ago

Email notifications are HTML only

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.

stripthis commented 2 years ago

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