-
Notifications
You must be signed in to change notification settings - Fork 0
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
Plain Text Emails Don't Work #5
Comments
@patfair Can we add this to the roadmap? Can't send emails from some email clients, including iOS. |
It's more an issue that if we take plain-text emails, we'd have to intelligently inject some kind of HTML formatting to make it look the same as it does in text. Otherwise, all the text will be mashed together when wrapped with our HTML template. At the time of initial implementation, I decided it was way easier to just reject those messages. |
I feel like if we wrap the plain text in a paragraph tag, it'd probably be good enough. Goal should be to reduce barriers to use so that it just works and doesn't require a user manual of how to send to the mailing list. Right now, it doesn't just work, as evidenced by Aaron's latest email. |
@AdamMikacich Could you look into this? |
Just to confirm, this issue involves this block of code, correct? I've never written in Go before, so is there a way I can set this up locally to write a solution? |
Should support plain text in addition to HTML emails.
The text was updated successfully, but these errors were encountered: