I am working on attachment of mail in php
$header .= "Content-Type: multipart/mixed; boundary=\"".$uid."\"\r\n\r\n";
this only attach a file to mail.
$header .= "Content-type: text/html; charset=utf-8";
2nd one only display data in mail.
but i want both attach a file and html data displayed in mail.