feat: support HTML body in vacation responder

This commit is contained in:
Linus Rath
2026-07-22 17:56:05 +02:00
parent 5a8c69dac2
commit b354319b82
24 changed files with 177 additions and 48 deletions
+4 -1
View File
@@ -1547,7 +1547,10 @@
"subject_placeholder": "Out of Office",
"body_label": "Message Body",
"body_description": "Plain text message content",
"body_placeholder": "Thank you for your email. I am currently out of the office and will respond when I return."
"body_placeholder": "Thank you for your email. I am currently out of the office and will respond when I return.",
"html_label": "Formatted message (HTML)",
"html_description": "Add a rich, formatted version with links and styling. Recipients whose mail client can't display it fall back to the plain text above.",
"html_placeholder": "Write a formatted out-of-office reply…"
},
"preview": {
"title": "Preview",