Hi,

PHP has handling of MIME types and good support for handling any type of
file.

First off, check the syntax at
http://www.php.net/manual/en/function.mail.php

Then you need to set your mail_headers, and the MIME-version must come
before other MIME headers.

Hope this helps

----- Original Message -----
From: "Tym Rehm" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 26, 2001 10:29 PM
Subject: [PHP] NEWBIE Mail()


> I'm a newbie and I'm trying to write a program to send an email. Here is
> the kicker, I want to attach a Word document to the email. Could someone
> please help. Thanks.
>
>
> --
> 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]
>
>


-- 
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