How to Pipe / Send an Email to a PHP Script

Posted on

Sending an email to a PHP script (also called pipe), is a fairly simple task to accomplish. You first need to setup a PHP file and then you will setup pipe forwarding in cPanel.  This tutorial is only the basics and is using cPanel to setup the actual pipe. Alright let us get started with the PHP file. The very first line of the PHP script is a hashbang (also called shebang). This is a… Read more »