Connecting Tech Pros Worldwide Help | Site Map

Script for sending mails

Markus Schuster
Guest
 
Posts: n/a
#1: Jun 30 '06
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
geeker87@gmail.com
Guest
 
Posts: n/a
#2: Jun 30 '06

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]

frank.i.emmons@gmail.com
Guest
 
Posts: n/a
#3: Jun 30 '06

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