Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Load Email - PHP

function LoadEmail($fn){ global $sEmailSubject; global $sEmailFrom; global $sEmailTo; global $sEmailCc; global $sEmailBcc; global $sEmailFormat; global $sEmailContent; $sWrk = LoadTxt($fn); // Load text file content if ($sWrk "") { // Locate Header & Mail Content if (strtolower(substr(PHP_OS, 0, 3)) === 'win') { $i = strpos($sWrk, "\r\n\r\n"); } else { $i = strpos($sWrk, "\n\n"); if (



This post first appeared on Smash Scripts, please read the originial post: here

Share the post

Load Email - PHP

×

Subscribe to Smash Scripts

Get updates delivered right to your inbox!

Thank you for your subscription

×