-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Notification Email Templates #13940
base: main
Are you sure you want to change the base?
feat: Notification Email Templates #13940
Conversation
Without the HTML viewer for styling and such, it is very hard to check for the modification, right? |
It may indeed be handy to have a preview to check the modifications. The implementation right now is bare bones. A basic optimization would be to either add a wysiwyg editor, or add the ability to send a test mail? |
I will temporary set this PR back to draft until the svelte 5 migration is done. |
@alextran1502 , the PR is ready for review after your svelte 5 migration. |
web/src/lib/components/shared-components/settings/setting-textarea-wysiwyg.svelte
Outdated
Show resolved
Hide resolved
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <36593685+danieldietzler@users.noreply.github.com>
Changes stated in the reviews are added. |
This PR introduces a feature to allow system users to customize the text of email notifications by setting up custom templates in the system settings. Users can tailor their email content with dynamic tags, and HTML is supported for formatting. This update aims to improve flexibility and personalization in user communications.
Key Changes
This enhancement enables administrators to align notifications with specific branding or informational needs more effectively.