RE: [PHP] Multiple attachments in an email

2003-11-07 Thread Erik Osterman
http://www.php.net/mail includes an example of sending emails with multiple attachments. For a more structured approach, try using Mail_Message @ http://opensource.visionp.biz/Mail_Message.120.0.html Regards, Erik Osterman http://osterman.com/ alex at bartl dot net 28-Nov-2002 09:25 /* This

Re: [PHP] Multiple attachments in an email

2003-10-06 Thread Curt Zirzow
* Thus wrote Ajay Singh ([EMAIL PROTECTED]): > Hi, > > Please guide how to send multiple attachments in one mail through php mail script. > The following code is working for the one attachment: If you look at it closely you are already sending two attachements. For a guide read and implement: