| Posted by frank.i.emmons@gmail.com on 06/30/06 15:36 
I recently wrote an app that sends out emails in text and/or html.
 I wrote it in PHP 5 and used the following PEAR packages:
 
 http://pear.php.net/package/Mail
 http://pear.php.net/package/Mail_Mime
 
 I know the packages work well in PHP 4 as well.
 
 If you get stumped on how to use the packages, just Google 'PHP PEAR
 Mail Tutorial' and you should get some decent results to put you in the
 right direction.
 
 Have fun!
 
 Markus Schuster wrote:
 > Hi,
 >
 > i'm searching a php script which is able to send mails.
 > It should be able to tune the font size and write a text bold.
 >
 > Any idears?
 >
 > Thanks,
 > Max
 [Back to original message] |