Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: Send HTML mail to Outlook

by cosmicsoup (Beadle)
on Apr 06, 2004 at 21:11 UTC ( [id://343124]=note: print w/replies, xml ) Need Help??


in reply to Re: Send HTML mail to Outlook
in thread Send HTML mail to Outlook

I have entered the exact same META tags within the <head> tags. On Outlook it still displays it as code. On AOL it displays this in the html email:
<html><head><META http-equiv=Content-Type content="text/html; charset= +us-ascii"></head>
By the way, I just got MIME::Lite::HTML installed, although it doesn't seem to send my HTML to the email address. I have a perl script called weekly.pl that reads in data from a flat file and puts it into a file in HTML format. I then use the unix mail command to send the file to a list of recipients. When you attach a file via MIME, does it display it in an email or do you have to download it?

Any and all suggestions are appreciated.

thanks,
Louis

Replies are listed 'Best First'.
Re: Re: Re: Send HTML mail to Outlook
by ant9000 (Monk) on Apr 06, 2004 at 23:25 UTC
    You can't expect Outlook to understand that this file is in html by looking for the mime type specified inside a <META> tag: the reason is that text/html should be specified on the envelope and not inside the content.
    What you should do is send the correct mime header before sending the content:
    Content-type: text/html This is slurped as <b>html</b> by my mail client!
    should give you the idea!
    Ant9000
      I'm sorry, but I guess I don't understand. If I begin my html code with Content-type: text/html, it just shows this as the first line of the email. How do I put it on the envelope?

      Thanks,
      Louis

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://343124]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-19 04:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found