Monday, April 21, 2025
1 change · saas-17.4
Resolved issues and error corrections
Shift notification emails now show the intended content in previews instead of raw code. Email styling is also embedded directly so messages display properly in Gmail and other clients that remove separate style blocks.
Original PR description
Before this commit: -- - The email preview shown when sending a shift displayed raw code instead of the rendered content. - Gmail webmail did not apply styles defined in <style> tags, leading to unstyled layouts in the received email. After this commit: -- - The email preview now renders the expected content instead of showing raw code. - Styles are inlined directly in the HTML, ensuring proper rendering in email clients that strip <style> blocks. task-4283727