This is a discussion on help needed for mailing HTMl content within the PHP Language forums, part of the PHP Programming Forums category; hai...can someone plzz help me in writing a class to send Mails with HTML content. Try to suggest some ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
vardhansasi@gmail.com wrote:
> hai...can someone plzz help me in writing a class to send > Mails with HTML content. Try to suggest some working > Class library if there is any on the web so that i > may not re-invent the wheel. > thanx... > http://phpmailer.sourceforge.net/ |
|
|||
|
vardhansasi@gmail.com a écrit/wrote :
> hai...can someone plzz help me in writing a class to send > Mails with HTML content. Try to suggest some working > Class library if there is any on the web so that i > may not re-invent the wheel. Don't forget that you can also learn a lot by reinventing the wheel. If you already spent some time working on it but can't get it to work, I advice you to check the Mail PEAR packages http://pear.php.net/packages.php?catpid=14&catname=Mail. The Mail_Mime class allows you to send HTML mails and there are some good examples to see how it works. The source code is also well documented, in fact the online documentation is part-generated from it. -- Jean-Marc. |