Polish optional notification email layout and unsubscribe footer #365
Labels
No labels
automated
code-quality
component: admin dashboard
component: backend
component: billing
component: content management
component: faqs
component: game genres
component: game lists
component: game reviews
component: game search
component: games
component: internal notifications
component: platforms
component: security
component: tests
component: user api
component: user badges
component: user blogs
component: user consoles
component: user favorites
component: user friends
component: user notifications
component: user profiles
component: user site notifications
component: user wishlists
component: web design
dependencies
php
priority
high
priority
low
priority
medium
security-hotspot
source: codex
source: sonarqube
status
awaiting feedback
status
backlog
status
done
status
in progress
status
in queue
status
in review
status
needs codex review
status
needs investigation
status
wontfix
type: bug
type: documentation
type: feature
type: improvement
type: regression
type: task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
MyVideoGameList/myvideogamelist.com#365
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The optional notification emails sent by
FriendAddedYou,MentionedInBlogEntry, andMentionedInBlogEntryCommentcurrently use Laravel's default notification mail layout. The test emails confirm delivery works, but the rendered emails feel plain and place the unsubscribe URL prominently in the message body.This issue tracks polishing the shared notification email presentation without changing which notification events are sent. Event coverage for additional notification settings remains tracked separately in #361.
Scope
gamepad-padded@2x.pngimage above theMyVideoGameListheader text.Acceptance Criteria
MyVideoGameListheader text.public/images/gamepad-padded@2x.pngor an equivalent public URL derived from that asset.unsubscribe hereas linked text using the per-user unauthenticated unsubscribe-all URL.Unsubscribe from all notifications, linked to the same unsubscribe-all URL unless a more specific all-notifications URL exists by implementation time.Test Coverage Required
vendor/bin/pint --dirty --format agentbefore closeout.Progress Checklist
Implementation References
php artisan vendor:publish --tag=laravel-mailand publishes views underresources/views/vendor/mail.