Re: [PHP-DEV] Email Attachment

2002-02-01 Thread Björn Schotte
* Mauricio Sthandier wrote: > Hello, I'm new in php development... I was wondering how can I attach a Word This list is *only* for developing PHP itself, not for developing *with* PHP. For the future, please use [EMAIL PROTECTED], as you can find it on http://www.php.net/mailing-lists.php ("Gener

Re: [PHP-DEV] Email Attachment

2002-02-01 Thread brad lafountain
--- Mauricio Sthandier <[EMAIL PROTECTED]> wrote: > Hello, I'm new in php development... I was wondering how can I attach a Word > (.doc) Document in an email sent with the mail() function (if I can do it > just with it). > I know it has to see with the additional headers of the email, but I woul

Re: [PHP-DEV] Email Attachment

2002-02-01 Thread derick
Hello, you're asking the wrong list. This list is for developing PHP, not for developing WITH PHP. You want to ask on the [EMAIL PROTECTED] mailinglist for support questions. regards, Derick On Fri, 1 Feb 2002, Mauricio Sthandier wrote: > Hello, I'm new in php development... I was wondering ho

[PHP-DEV] Email Attachment

2002-02-01 Thread Mauricio Sthandier
Hello, I'm new in php development... I was wondering how can I attach a Word (.doc) Document in an email sent with the mail() function (if I can do it just with it). I know it has to see with the additional headers of the email, but I would be grateful If anyone could tell where can i go to for th