help needed for mailing HTMl content

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vardhansasi@gmail.com

    help needed for mailing HTMl content

    hai...can someone plzz help me in writing a class to send
    Mails with HTML content. Try to suggest some working
    Class library if there is any on the web so that i
    may not re-invent the wheel.
    thanx...

  • Ian Taylor

    #2
    Re: help needed for mailing HTMl content

    vardhansasi@gma il.com wrote:[color=blue]
    > hai...can someone plzz help me in writing a class to send
    > Mails with HTML content. Try to suggest some working
    > Class library if there is any on the web so that i
    > may not re-invent the wheel.
    > thanx...
    >[/color]


    Comment

    • vardhansasi@gmail.com

      #3
      Re: help needed for mailing HTMl content

      thanx ian...

      Comment

      • Jean-Marc Molina

        #4
        Re: help needed for mailing HTMl content

        vardhansasi@gma il.com a écrit/wrote :[color=blue]
        > hai...can someone plzz help me in writing a class to send
        > Mails with HTML content. Try to suggest some working
        > Class library if there is any on the web so that i
        > may not re-invent the wheel.[/color]

        Don't forget that you can also learn a lot by reinventing the wheel. If you
        already spent some time working on it but can't get it to work, I advice you
        to check the Mail PEAR packages
        http://pear.php.net/packages.php?catpid=14&catname=Mail. The Mail_Mime class
        allows you to send HTML mails and there are some good examples to see how it
        works. The source code is also well documented, in fact the online
        documentation is part-generated from it.

        --
        Jean-Marc.

        Comment

        Working...