go-gomail / gomail

The best way to send emails in Go.
MIT License
4.3k stars 570 forks source link

Correct MIME-Version to upper case #127

Open Aragur opened 5 years ago

Aragur commented 5 years ago

As of RFC 822 the "MIME-Version" has to be in upper case: https://www.w3.org/Protocols/rfc1341/3_MIME-Version.html
This adds 0.5 points to the spam score in rspamd.

ivy commented 5 years ago

@AragurDEV This is fixed in go-mail (a fork I actively maintain).