[PHP] Re: sending uploaded images as mail attachments

2003-02-19 Thread David Feldman
Thanks. I'll take a look at it. It seems, though, as if the basic PHP installation with the mail() function and base64 encoding support ought to be able to do this without the need for such an extensive API. As I said, I've got the mail to the point where all the different parts are recognized

[PHP] Re: sending uploaded images as mail attachments

2003-02-19 Thread Philip Hallstrom
http://www.phpguru.org/mime.mail.html makes it pretty easy. On Wed, 19 Feb 2003, David Feldman wrote: > I'm working on a script that allows the user to upload several images, > then base64 encodes them and attaches them to an email to me. I'm > having trouble getting the images readable on the o