send message in html

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

    send message in html


    I have this problem :

    I send a message in html but this was stopped from the antivirus.

    This the program

    ---------------------



    $intestazioni = "MIME-Version: 1.0\r\n";
    $intestazioni .= "Content-type: text/html; charset=iso-8859-1\r\n";

    $intestazioni .= "From: Richiedente <$email_richied ente>\r\n";

    mail($email_inv io, $OGGETTOMESSAGG IO, "$testomessaggi o\n\n", $intestazioni);

    -----------------------------------

    This is the response :
    Disallowed characters found in MIME headers



    Can help me somebody ? please ? tanks
    Matteo


  • Geoff Berrow

    #2
    Re: send message in html

    I noticed that Message-ID:
    <ct6810$ata$1@c arabinieri.cs.i nterbusiness.it > from Matteo contained the
    following:
    [color=blue]
    >I send a message in html but this was stopped from the antivirus.[/color]

    Good. :-)

    --
    Geoff Berrow (put thecat out to email)
    It's only Usenet, no one dies.
    My opinions, not the committee's, mine.
    Simple RFDs http://www.ckdog.co.uk/rfdmaker/

    Comment

    Working...