HTML Email with attachments...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fractalvibes
Forum Contributor
Posts: 335
Joined: Thu Sep 26, 2002 6:14 pm
Location: Waco, Texas

HTML Email with attachments...

Post by fractalvibes »

Hi,

Does anyone know of a good source to use as a component in PHP (read that class) for sending html email and/or email with an attachment? I have been struggling all evening with an example from a book that seems just not quite right - I checked the Errata section of Wrox.com for this book (Professional PHP Programming) and found nothing. Could it possibly be a limitation of the email server at my leased website (Linux/Apache)? 8:00 - 5:00 I usually can easily use CDONTS for this in ASP, but am looking for a PHP solution in this case, as it does not require any additional components or IIS....

I did find reference to a class from http://www.heyes-computing.com in Chinese,
but no examples of how to use as my Chinese is a little rusty ;-)
The original site no longer exists.

Any help appreciated,

Phil J.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

fractalvibes
Forum Contributor
Posts: 335
Joined: Thu Sep 26, 2002 6:14 pm
Location: Waco, Texas

Post by fractalvibes »

Thanks, Volka!!!

That second link had a class that works like a charm. Just excellent, and what I was looking for exactly. You are a genius! :-)

I highly recommend it.

Phil J.
Post Reply