Fix sending of comment/review emails
authorMagnus Hagander <magnus@hagander.net>
Wed, 4 Feb 2015 17:35:27 +0000 (18:35 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 4 Feb 2015 17:35:27 +0000 (18:35 +0100)
commit381c48a49d469b1a94f9d5bf59ede6a35e752af9
tree3ffbc36ccd9836e7a03aee281a093ad150dfa680
parentd2980f3f07ac795eccc8956beca387ea12e83091
Fix sending of comment/review emails

Without using .as_string() on a message, the default is to generate
a string including the envelope header used in a unix mbox. This would
of course generate completely broken messages when passed to smtp.
pgcommitfest/commitfest/views.py