Skip to content
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

remove much of redundant/bad html/css from emails #103

Closed
wants to merge 2 commits into from

Conversation

kahlstrm
Copy link

No description provided.

@kahlstrm kahlstrm linked an issue May 21, 2023 that may be closed by this pull request
Copy link

@MikaelSiidorow MikaelSiidorow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice 👍

@@ -48,6 +48,8 @@ const mailTransporter: Transporter = (() => {
});
input.on('end', () => {
console.log(data);
// temporary writefile

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// temporary writefile
// writefile helper for development, testing styles

Add more descriptive comment

@kahlstrm
Copy link
Author

kahlstrm commented Sep 5, 2023

After reading a bit about how email HTML sucks and now probably understanding the reasoning behind the horrific structure previously, we should probably try and send real emails to verify that this actually does still render the emails properly

@kahlstrm kahlstrm closed this Jan 12, 2024
@kahlstrm kahlstrm deleted the feature/95-rewrite-email branch January 12, 2024 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rewrite email templates
3 participants