How to call a Perl script from Python, piping input to it?

前端 未结 6 649
南方客
南方客 2021-01-01 01:21

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

6条回答
  •  执念已碎
    2021-01-01 01:54

    I'm sure there's a reason you're going down the route you've chosen, but why not just do the signing in Python?

    How are you signing it? Maybe we could provide some assitance in writing a python implementation?

提交回复
热议问题