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

HTML emails are sent with text/plain content-type #173

Open
dylwhich opened this issue Dec 3, 2022 · 1 comment
Open

HTML emails are sent with text/plain content-type #173

dylwhich opened this issue Dec 3, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dylwhich
Copy link
Member

dylwhich commented Dec 3, 2022

No description provided.

@dylwhich dylwhich added the bug Something isn't working label Dec 3, 2022
@dylwhich dylwhich self-assigned this Dec 3, 2022
@bitbyt3r
Copy link
Member

bitbyt3r commented Dec 3, 2022

If we only want to send html email then we can fix this by just changing the content type here: https://github.com/magfest/tuber/blob/main/backend/tuber/aws.py#L130

We might want to generate both a plaintext version and a rich html version and pass both to AWS for maximum compatibility. I didn’t feel like doing that when I originally put this together, so I just pretend it’s all plaintext.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants