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
I tried also to do that only configure how to make it work as
pipe = subprocess.Popen( ['someperlfile.perl', 'param(s)'], stdin=subprocess.PIPE ) response = pipe.communicate()[0]
I wish this will assist u to make it work.