hspc
December 21st, 2004, 04:38 PM
Hi
How can I send an Email with file Attachments in PHP 4.x ?
I found an article :
http://www.sitepoint.com/print/advanced-email-php
but is there any more direct way to do so ?
visualAd
December 21st, 2004, 07:02 PM
That tutorial goes into all the necessary detail and clearly explains how to send a multipart e-mail. This is the direct way of doing it; you could of course encapsulate this functionality into a class object.
This is what I did once and have attached a copy of my mail class. If you find it useful then feel free to use it. ;)
hspc
December 22nd, 2004, 02:17 AM
Thanks visualAd :thumb:
sure this class will be useful :)
By the way..I ment by direct something like a method or object to add attachments as CDO objects used in ASP.