Modernize the Default Email Notification Template #3267
Replies: 3 comments 2 replies
|
Avoid 30000000 words full AI writed issue, read our contributing guide. Ask your AI next time to search across Issues/PRs/Discussions #1876. |
|
I understand your point about the upcoming template customization PR, and I agree that it will address the customization aspect. My suggestion wasn't really about personal branding or themes. It was about improving the baseline template that ships with Seerr. To clarify what I meant, I took the current email's HTML and made a few small layout changes. These screenshots aren't Photoshop mockups, they're rendered directly from the modified HTML using the current template as a starting point. I'm sharing screenshots rather than the HTML itself since the rendered HTML contains server- and user-specific information that I'd rather not post publicly. The changes are intentionally modest: The background now extends across the full email instead of appearing as a dark panel on a white page. I started looking into the template because several users commented on the overall layout. After testing it across different browsers, email clients, and device sizes, I consistently saw the same issues. These HTML-only changes produced a more balanced layout while keeping Seerr's existing branding, colors, and overall design intact. Even if template customization is added later, I believe a few small improvements to the default template would benefit every user out of the box. |
|
I ended up working around this by bind-mounting a modified media-request/html.pug into the container, so I can keep a customized template without maintaining a fork or rebuilding the image after updates. My custom email template is miles better than the original, and I hope to see similar improvements officially implemented in the default template. |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
First, thank you for all the work that has gone into Seerr. The application itself has become a great media request platform, but I think the default email notification template could benefit from a visual refresh.
This isn't a request for themes or custom branding. Rather, it's a suggestion to improve the default template that every Seerr user receives.
Overall, the current email feels like it was designed several years ago. While it functions well, a few layout and spacing improvements could make it feel much more polished and modern without changing Seerr's overall visual identity.
Current Issues
1. The background feels disconnected
In many email clients, the content appears as a dark panel sitting on top of a white page instead of feeling like a cohesive email.
Looking at the HTML, this seems to stem from the outer layout using a dark container with vertical padding around a centered table:
A more cohesive background treatment would make the email feel significantly more polished.
2. The layout feels unnecessarily narrow
The email doesn't make great use of the available width on either phones or desktop email clients, causing content to feel compressed.
The current template uses a fixed-width layout:
A responsive maximum width would improve readability while still remaining comfortable on all screen sizes.
3. The media card needs more breathing room
The media card nearly touches the sides of the email.
Adding more horizontal padding around the card would improve the visual balance and make the layout feel less cramped.
4. Inconsistent spacing
Some elements have generous spacing while others feel very close together.
Examples include:
Using a more consistent spacing system would make the email feel much more intentional.
5. The call-to-action button feels disconnected
The button is separated from the media card by a noticeable gap while also being considerably narrower.
The current spacing comes from:
Aligning the button with the width of the media card—or placing it immediately beneath the card—would create a much stronger visual hierarchy.
6. The logo dominates the header
The logo currently spans nearly the full width of the email.
Reducing it slightly would allow the notification content to become the primary focus while still maintaining Seerr branding.
7. Timestamp formatting
The timestamp currently appears as:
This is more detailed than most users need in a notification email.
A localized format such as:
would be easier to scan while still conveying the same information.
8. Email text cannot be customized
Currently, administrators can configure how email is delivered (SMTP settings, sender information, and notification types), but not what the email says.
Even simple customization options would make the notification system much more flexible while keeping the existing defaults for users who don't want to change anything.
Some examples include:
For example, an administrator may want to rename "View Media in Seerr" to "Open in Plex Requests", or adjust the wording of notifications to better match their server's branding or audience.
Overall Goal
I'm not requesting a complete redesign or a theme system.
I think Seerr could keep its current visual identity while modernizing the default email template through:
These changes would improve the appearance of every notification without changing Seerr's branding or requiring administrators to modify source files after every update.
I believe this is a relatively small UI improvement that would noticeably improve the first impression users receive from Seerr's email notifications.
All reactions