Send emails as plaintext
Closed this issue · 3 comments
When receiving a mail from freedomsponsors, I get a multipart/alternative
mail, with a text/plain
and a text/html
part. However, the plain text part is not plain at all:
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="color: #333;font-size:13px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;margin-bottom: 0px;margin-left: 20px;margin-right: 0px;margin-top: 0px;padding-bottom: 40px;padding-top: 60px;">
<div style="padding-left: 120px;padding-right: 20px;">
Hello The Compiler<br>
...
I'd suggest to either send actual plaintext in the plaintext part, or send no multipart at all, and just text/html
mails instead (then in my case it'd be converted into text by a text browser [elinks] for me to view in my commandline mail client [mutt]).
or send no multipart at all, and just text/html mails instead
I like that. I don't think html emails are necessary indeed.
I also prefer only plain text emails. But, anyway, please, could you take a look at #297 ?
Merged and deployed. Thanks @sim6!
@The-Compiler, please let me know if this doesn't fix it for you!