anoved / OctoPrint-EmailNotifier

Receive email notifications when OctoPrint jobs are complete. Currently broken. Please fork and fix!
GNU Affero General Public License v3.0
16 stars 35 forks source link

Mail rejected due to invalid header #37

Closed bipsendk closed 6 years ago

bipsendk commented 7 years ago

Mail sent from plugin gets rejected by certain mail systems, that checks for valid/required header contents.

E.g.:

Missing required header field: "Date"

n0bel commented 7 years ago

Me too... Here's a pull request to fix it. https://github.com/anoved/OctoPrint-EmailNotifier/pull/42