add "From: " statement to email header
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 18 Jul 2016 20:51:01 +0000 (16:51 -0400)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 18 Jul 2016 20:51:01 +0000 (16:51 -0400)
commit2d7bc2a95f601fae3aa2dd4f9aad671ea41af4b7
tree93116a64e6a95ca179a5b4857a1bce7a08a1c937
parent70da08118c96201ce697a9ba39bd5facf3ec5b4a
add "From: " statement to email header

It is automatically inserted at the bottom of the header by python's
SMTP library, but this appears to be not good enough. Some SMTP servers
might be cutting out the From: address if it is too low in the header.
I've placed it higher in the header, near the "To: " statement.
edward