Hey all, I was thinking that we could have Apache Steve be configured for sending email in one of two ways:
1) via piping to a subprocess, such as sendmail or similarly-flavored MTA 2) connecting/sending to an SMTP port Both are easy (subprocess and smtplib modules). Just a bit of config. Any thoughts? Cheers, -g
