I\'m hacking some support for DomainKeys and DKIM into an open source email marketing program, which uses a python script to send the actual emails via SMTP. I decided to go
os.popen() will return a tuple with the stdin and stdout of the subprocess.