Comment on Ask YC: How do I send incoming email to a PHP script?Comments−jjguy18yI use sendmail to pipe incoming messages to a python script using smrsh. "sendmail restricted shell" one liner change to sendmail.conf. Google around, lots of examples.
Comments
I use sendmail to pipe incoming messages to a python script using smrsh. "sendmail restricted shell" one liner change to sendmail.conf. Google around, lots of examples.