email notification has title and body merge together in one line #4017
Replies: 4 comments
-
|
I really do not understand what you're trying to say here, is this a feature request ? or is it a bug report? Are you saying you want a linefeed in the |
Beta Was this translation helpful? Give feedback.
-
|
I would say bug report. Could you please put a linefeed BETWEEN the title and body? I am not familiar with the code, so I am not sure when the |
Beta Was this translation helpful? Give feedback.
-
Just add the line-feed to at the top of the Notification body field? |
Beta Was this translation helpful? Give feedback.
-
|
I'll park this in discussions for now, it seems like a support request to me (so far) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I use an email client that only displays TEXT and not HTML. This is useful when reading emails via the terminal, or when I want to read my emails by content without an HTML design.
Notification emails look like this:
As you can see, the
default_notification_titleis stuck next to thedefault_notification_bodyThis results in
... {{watch_url}}{{watch_url}} ...since title ends with a watch_url and the body starts with another watch_url :(Version
0.54.7
How did you install?
Docker
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the title and body to separate in some way (newline maybe?)
Screenshots

Desktop (please complete the following information):
Smartphone (please complete the following information):
Did not use a smartphone.
Additional context
Thank you for this awesome software!!!
Beta Was this translation helpful? Give feedback.
All reactions