Re: [PHP] How to attach files with mail

2001-01-22 Thread Ernest E Vogelsinger
At 11:32 22.01.2001, Nicolas Windpassinger - Sun said: [snip] >And the files do exist !!! I checked them ! > >So my question is: >-- >how can we open and read the files locally, and not have this error come >each time...

Re: [PHP] How to attach files with mail

2001-01-22 Thread Nicolas Windpassinger - Sun
HI all, 1. mime_mail -- it is true that this class is just great, here is what i have done with it: $mail=new mime_mail; $content_type="application/octet-stream";

Re: [PHP] How to attach files with mail

2001-01-22 Thread mick
G'day Usman: I just happened to have this handy ... the attachment is a mime mail class by Schumann/Ratschiller that I know works. Requires only minor changes if any. Good luck. Michael Hall On Mon, 22 Jan 2001, Usman Ghani wrote: > Hello > > I am a new user of PHP. I hope that you guys would

Re: [PHP] How to attach files with mail

2001-01-22 Thread [EMAIL PROTECTED]
On Mon, 22 Jan 2001, Usman Ghani wrote: Hello Usman, Welcome to the list. To send message with attachment you have to construct a multipart mime encoded message - there are several classes to do this Search the list archieves for a URL - I have forgotten it Tarique P.S. A hint search the lis