plaintext for mails is missing #957

Closed
opened 2026-02-04 23:09:34 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @ezzra on GitHub (Dec 15, 2018).

System Emails (like password reset) are sent without the plaintext part, so they are only readable in email clients with html mode. Looks like html view is also included in the plaintext part of the mail.

Originally created by @ezzra on GitHub (Dec 15, 2018). System Emails (like password reset) are sent without the plaintext part, so they are only readable in email clients with html mode. Looks like html view is also included in the plaintext part of the mail.
OVERLORD added the 🐛 Bug🏭 Back-End labels 2026-02-04 23:09:34 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Dec 16, 2018):

Thanks for reporting @ezzra.

Had a look into this, Appears to be a change in how mail is rendered from Laravel 5.4.
Could get this to work by switching to markdown based content, by re-publishing email & notification content and updating them to suit but it adds a lot of extra files. That said, I much preferred the old system for BookStack's use case. Might look for a way to re-implement the old system.

@ssddanbrown commented on GitHub (Dec 16, 2018): Thanks for reporting @ezzra. Had a look into this, Appears to be a change in how mail is rendered from Laravel 5.4. Could get this to work by switching to markdown based content, by re-publishing email & notification content and updating them to suit but it adds a lot of extra files. That said, I much preferred the old system for BookStack's use case. Might look for a way to re-implement the old system.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#957