On 05/28/2003 03:08 PM, Marie Osypian wrote:
I am using something like this example code below to send e-mail and wondered if anyone could tell me how I could include a file also in this email if possible.
You need to use multipart/mixed MIME composed messages. You may want to try this class that simplifies it for you. You can attach a file passing its file name or passing its data if you have already retrieved it to a string:
http://www.phpclasses.org/mimemessage
--
Regards, Manuel Lemos
Free ready to use OOP components written in PHP http://www.phpclasses.org/
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php