$boundary = '--' . md5( uniqid ( rand() ) );
$headers = "From: \"Me\"\n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-Type: multipart/mixed; boundary=\"$boundary\"";
Showing posts with label What type of headers have to be added in the mail function to attach a file?. Show all posts
Showing posts with label What type of headers have to be added in the mail function to attach a file?. Show all posts
Saturday, May 16, 2009
What type of headers have to be added in the mail function to attach a file?
Subscribe to:
Posts (Atom)