mail

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matthew Robinson

    mail

    does anybody have/know where i can get a very simple send mail script for
    php? ive tried googling, but the scripts that i find are too complicated,
    one ive seen before was only about 10 lines long, but i lost that a long
    time ago.
  • CountScubula

    #2
    Re: mail

    "Matthew Robinson" <mattyrobinson6 9@hotmail.com> wrote in message
    news:pan.2004.0 1.20.22.41.13.6 64486@hotmail.c om...[color=blue]
    > does anybody have/know where i can get a very simple send mail script for
    > php? ive tried googling, but the scripts that i find are too complicated,
    > one ive seen before was only about 10 lines long, but i lost that a long
    > time ago.[/color]

    try this, it allows plain and html mail in same message




    --
    Mike Bradley
    http://www.gzentools.com -- free online php tools


    Comment

    • Jedi121

      #3
      Re: mail

      Matthew Robinson a écrit le 20/01/2004 :[color=blue]
      > does anybody have/know where i can get a very simple send mail script for
      > php? ive tried googling, but the scripts that i find are too complicated,
      > one ive seen before was only about 10 lines long, but i lost that a long
      > time ago.[/color]

      Yes, the mail() function... Very straigthforward ...




      Comment

      Working...