mail class

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

    #1

    mail class

    Hi,

    I'm searching a pre-coded class that enables to send e-mail with HTML
    content and attached files.
    I've found some classes over the web, but I'm not satisfied with it until
    now.

    Could you give me any good stuff ?

    Thanks in advance,

    --
    alex


  • Jonathan

    #2
    Re: mail class

    alex wrote:[color=blue]
    > Hi,
    >
    > I'm searching a pre-coded class that enables to send e-mail with HTML
    > content and attached files.
    > I've found some classes over the web, but I'm not satisfied with it until
    > now.
    >
    > Could you give me any good stuff ?
    >
    > Thanks in advance,
    >[/color]
    What are your wishes?
    What did you find and why did it not satisfy your needs?

    If we knew a little more it would be easier to suggest you something...

    Jonathan

    Comment

    • alex

      #3
      Re: mail class

      > Hi,[color=blue]
      >
      > I'm searching a pre-coded class that enables to send e-mail with HTML
      > content and attached files.
      > I've found some classes over the web, but I'm not satisfied with it until
      > now.
      >
      > Could you give me any good stuff ?
      >
      > Thanks in advance,
      >
      > --
      > alex[/color]

      I've just found the PhpMailer class :

      Download PHPMailer for free. A full-featured email creation and transfer class for PHP. A PHP email creation and transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. Sends email via sendmail, PHP mail(), QMail, or with SMTP.


      It answers perfectly to what I was searching... Great !
      I do recommend it.

      --
      alex


      Comment

      • alex

        #4
        Re: mail class

        > What are your wishes?[color=blue]
        > What did you find and why did it not satisfy your needs?
        >
        > If we knew a little more it would be easier to suggest you something...
        >
        > Jonathan[/color]

        Sorry, ... was a bit in a hurry.
        I wanted to send an e-mail with html content (body) and a binary attached
        file (pdf).
        I've found http://phpmailer.sourceforge.net
        It is exactly what I was searching for... and much more :-)

        --
        alex


        Comment

        • Linux Jay

          #5
          Re: mail class

          On 2006-01-28, alex <alex@nospam.or g> wrote:[color=blue]
          >
          >
          > Hi,
          >
          > I'm searching a pre-coded class that enables to send e-mail with HTML
          > content and attached files.
          > I've found some classes over the web, but I'm not satisfied with it until
          > now.
          >
          > Could you give me any good stuff ?
          >[/color]
          Have a look at http://pear.php.net/package/Mail for general mail sending and
          http://pear.php.net/package/Mail_Mime for dealing with attachments and such.

          HTH

          --
          J
          My Realm: http://www.myrealm.co.uk/
          LORE: http://lore.myrealm.co.uk/
          'Drink up. The worlds about to end.'

          Comment

          Working...