Class htmlMimeMail does not work with php 4.3.3

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roswitha Schoppe-Jantzen

    Class htmlMimeMail does not work with php 4.3.3

    Hallo
    The Class htmlMimeMail (from de.comp.lang.ph p.* FAQ)
    does not work with PHP 4.3.3,
    before with PHP 4.2.3 it went well.
    If I send a PDF-file with PHP 4.3.3, the mail is send, but the PDF-file is
    ruined.

    Has anyone an idea?


  • Manuel Lemos

    #2
    Re: Class htmlMimeMail does not work with php 4.3.3

    Hello,

    On 09/03/2003 11:13 AM, Roswitha Schoppe-Jantzen wrote:[color=blue]
    > Hallo
    > The Class htmlMimeMail (from de.comp.lang.ph p.* FAQ)
    > does not work with PHP 4.3.3,
    > before with PHP 4.2.3 it went well.
    > If I send a PDF-file with PHP 4.3.3, the mail is send, but the PDF-file is
    > ruined.
    >
    > Has anyone an idea?[/color]

    It is probably exceeding your PHP memory limits. You may want to try
    this other class for composing and sending messages with HTML support
    that may be more economic:



    --

    Regards,
    Manuel Lemos

    Free ready to use OOP components written in PHP


    Comment

    Working...