Inline CSS styles, so mailers can display the mail properly #15
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
reproduced
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
deblan/woodpecker-email!15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "smainz/woodpecker-email:bugfix/issue13-inline-css-styles"
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?
Uses symfony css inliner: https://symfony.com/doc/current/mailer.html#inlining-css-styles
I do not think one should add a flag to inline styles or not, as many mailers do not display non-inlined styles properly.
Tested and it works for outlook classic (really picky)
fixes #13
@ -9,2 +9,3 @@"twig/twig": "^3.8","symfony/google-mailer": "^7.1""symfony/google-mailer": "^7.1","symfony/process": "^7.2",symfony/processis not necessary. You can remove it.Done.
Thanks!