Connecting Tech Pros Worldwide Help | Site Map

Script for sending mails

  #1  
Old June 30th, 2006, 08:05 AM
Markus Schuster
Guest
 
Posts: n/a
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
  #2  
Old June 30th, 2006, 10:25 AM
geeker87@gmail.com
Guest
 
Posts: n/a

re: Script for sending mails


http://uk.php.net/manual/en/ref.mail.php

Markus Schuster wrote:[color=blue]
> 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[/color]

  #3  
Old June 30th, 2006, 04:35 PM
frank.i.emmons@gmail.com
Guest
 
Posts: n/a

re: Script for sending mails


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:[color=blue]
> 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[/color]

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
i need help with my mail script shror answers 4 February 21st, 2007 12:15 AM
any ideas for sending out a basic newsletter windandwaves answers 8 January 29th, 2006 04:35 PM
Sending mails fr Cpt. Zeep answers 6 July 17th, 2005 03:22 AM
Newsletter script in PHP Nicolas answers 6 July 17th, 2005 02:07 AM