$file = fopen('Attachment.pdf', "r");
$text = fread($file, filesize('Attachment.pdf'));
fclose($file);
$body .= "Content-Disposition: attachment; filename==?utf-8?B?".base64_encode('Attachment.pdf')."?=\n\n";
$body .= chunk_split(base64_encode($text))."\n";
_____________
Womans in your town