Script for sending mails

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Markus Schuster

    Script for sending mails

    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

    #2
    Re: Script for sending mails



    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]

    Comment

    • frank.i.emmons@gmail.com

      #3
      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:




      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]

      Comment

      Working...