Hello!

I want to send a PDF-file as a mail. The problem: I want, that the user
get's the PDF-document as soon as he clicks on the mail. That means: No
text-part of the mail, the user should not have to click on the
attachment-button of his mail-client.

I tried:
1.) Set the header to something like:
 $header =  "From: <[EMAIL PROTECTED]>\n";
 $header .= "Content-Type: application/pdf\n";
 $header .= "Content-Transfer-Encoding: base64\n";
 $header .= "Content-Desciption: My PDF-Doc";

Works in: StarOffice
Doesn't work in Netscape and M$-Outlook

2.) Use a multipart-message:
Works in: StarOffice
Doesn't work in Netscape and M$-Outlook

Any idea, how this is done?

Martin






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to