proper email sending methodology
authorAndrew Engelbrecht <sudoman@ninthfloor.org>
Tue, 1 Dec 2015 22:01:34 +0000 (17:01 -0500)
committerAndrew Engelbrecht <sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:32:42 +0000 (13:32 -0500)
commita9eaa7927fd22dc2e68016c725a04ebe3988b7c4
treeabb2cf3051835a7e2bda5c9fc3f02ebce2b748b0
parent9c348860af3d943c4290ce717b95775e1a799792
proper email sending methodology

i am now using the smtp facilities of python rather than calling
sendmail.

this resolves a bug induced by any human name in a from address
beginning with a '-' (dash). this confused sendmail, as it interpreted
the dash as an unknown command line option.
edward