RE: yahoo mail did't compile HTML mail

2002-05-14 Thread drieux
I'm not sure I understand the nature of the problem with using the standard Email tricks through perl? ciao drieux ### #!/usr/bin/perl -w ### use strict; ### ### sub DoThatMailVoodoo { ### my ( $userName, $subject, $msg) = @_; ### ### my $bailFile = "/tmp/sendmail.bail.$$"; ### my

Re: yahoo mail did't compile HTML mail

2002-05-14 Thread Kevin Meltzer
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 G

RE: yahoo mail did't compile HTML mail

2002-05-14 Thread Camilo Gonzalez
n"; print MAIL "$contents\n"; close (MAIL); --- END source--- -Original Message- From: messag from ESS [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 4:07 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:

RE: yahoo mail did't compile HTML mail

2002-05-14 Thread messag from ESS
--- anyone try to make like me before? Thankx again >From: Camilo Gonzalez <[EMAIL PROTECTED]> >To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, messag from ESS ><[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >S

RE: yahoo mail did't compile HTML mail

2002-05-14 Thread Camilo Gonzalez
ct\n\n"; print MAIL "$contents\n"; close (MAIL); > --- END source--- -Original Message- From: Kevin Meltzer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 9:35 AM To: messag from ESS Cc: [EMAIL PROTECTED] Subject: Re: yahoo mail

Re: yahoo mail did't compile HTML mail

2002-05-14 Thread Kevin Meltzer
You need a Content-Type header. Content-Type: text/html; charset="iso-8859-1" (or whatever your charset is) Cheers, Kevin On Tue, May 14, 2002 at 04:28:44PM +0300, messag from ESS ([EMAIL PROTECTED]) said something similar to: > hi all > I konw you havn't much time then I will begain directly

Re: yahoo mail did't compile HTML mail

2002-05-14 Thread Alex Read
;[EMAIL PROTECTED]> > >To: messag from ESS <[EMAIL PROTECTED]> > >CC: [EMAIL PROTECTED] > >Subject: Re: yahoo mail did't compile HTML mail > >Date: Tue, 14 May 2002 15:30:07 +0100 > > > >messag from ESS wrote: > > > > > hi all > >

Re: yahoo mail did't compile HTML mail

2002-05-14 Thread Kevin Meltzer
"compiled like hotmail" makes no sense. It is how the email client (in this case Hotmail and Yahoo!) handle incoming email messages. If you are not adding the proper header information, you can not expect the client to do what you want. Do you even know if Yahoo! handles HTML mail correctly? If i

Re: yahoo mail did't compile HTML mail

2002-05-14 Thread messag from ESS
D]> >CC: [EMAIL PROTECTED] >Subject: Re: yahoo mail did't compile HTML mail >Date: Tue, 14 May 2002 15:30:07 +0100 > >messag from ESS wrote: > > > hi all > > I konw you havn't much time then I will begain directly > > Probem is: > > 1- I make a p

Re: yahoo mail did't compile HTML mail

2002-05-14 Thread Alex Read
messag from ESS wrote: > hi all > I konw you havn't much time then I will begain directly > Probem is: > 1- I make a program to send a mail. > 2- I send an HTML mail normaly to yahoo and hotmail. > 3- The hotmail compile it and display as a web bage. > 4- The yahoo did't compile it and display th

RE: yahoo mail did't compile HTML mail

2002-05-14 Thread matt stewart
i believe there should be some kind of header info stating that the content type is html. i think hotmail just displays it nomatter what, but most mail browsers won't. -Original Message- From: messag from ESS [mailto:[EMAIL PROTECTED]] Sent: 14 May 2002 14:29 To: [EMAIL PROTECTED] Subject