Try with only 1 \n.. try using MIME::Lite to form the email properly
(which I mentioned before). I have no problems doing this with
MIME::Lite.

Cheers,
Kevin

PS. try trimming any text from replies which have nothing to do with
the reply itself.

On Tue, May 14, 2002 at 04:09:29PM -0500, Camilo Gonzalez 
([EMAIL PROTECTED]) said something similar to:
> Doh! Sorry, try this:
> 
> ------- START source-----------------------------------
>     open(MAIL,"|$mailp -t");
>   print MAIL "Content-Type: text/html\n\n";
>   print MAIL "To: $email\n";
>   print MAIL "From: $wemail\n";
>   print MAIL "Subject: $subject\n\n";
>   print MAIL "$contents\n";
>   close (MAIL);
> ------- END source-----------------------------------

-- 
[Writing CGI Applications with Perl - http://perlcgi-book.com]
I don't know half of you as well as I should like and I like less than half of
you half as much as you deserve.
        -- Mr. Bilbo Baggins (Fellowship of the Ring)

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to