Re: Content Types

2001-03-23 Thread Charles Cazabon
Alex Le Fevre [EMAIL PROTECTED] wrote: I've solved my earlier problem of getting my script to output an encoded file to the mailwrapper. My only problem is, I'm having real trouble getting mail agents to see the attachment properly. [...] Mail goes to Yahoo just fine, which shows that

Re: Content Types

2001-03-23 Thread Alex Le Fevre
I'm no Perl coder, but it looks to me like you're sending everything as part of the message header -- you need a completely blank line (i.e. no whitespace on the line) between the end of the message headers, and the start of your first MIME part. That just makes everything show up as

Content Types

2001-03-22 Thread Alex Le Fevre
I've solved my earlier problem of getting my script to output an encoded file to the mailwrapper. My only problem is, I'm having real trouble getting mail agents to see the attachment properly. Using this script: #!/usr/bin/perl $fileout = `cat /home/www/schnarff/images/chili.jpg |