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

Plain Text Emails Don't Work #5

Open
neyre opened this issue Oct 27, 2017 · 6 comments
Open

Plain Text Emails Don't Work #5

neyre opened this issue Oct 27, 2017 · 6 comments
Assignees

Comments

@neyre
Copy link
Member

neyre commented Oct 27, 2017

Should support plain text in addition to HTML emails.

@neyre
Copy link
Member Author

neyre commented May 22, 2018

@patfair Can we add this to the roadmap? Can't send emails from some email clients, including iOS.

@patfair
Copy link
Member

patfair commented May 22, 2018

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.

@neyre
Copy link
Member Author

neyre commented May 22, 2018

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.

@neyre
Copy link
Member Author

neyre commented Aug 14, 2019

@AdamMikacich Could you look into this?

@AdamMikacich
Copy link

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?

@neyre
Copy link
Member Author

neyre commented Aug 15, 2019

Yeah, it's that.

I'm not sure if you can easily setup locally, but you can test with the debug feature:

// Returns true if the subject line contains "DEBUG".

@patfair ?

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

No branches or pull requests

3 participants