On Tue, Oct 14, 2008 at 5:17 PM, Ashley Sheridan
<[EMAIL PROTECTED]> wrote:
> On Tue, 2008-10-14 at 17:06 -0400, Eric Butera wrote:
>> On Tue, Oct 14, 2008 at 5:04 PM, Ashley Sheridan
>> <[EMAIL PROTECTED]> wrote:
>> > On Tue, 2008-10-14 at 15:55 -0500, Jay Moore wrote:
>> >> Eric Butera wrote:
>> >> > Has anyone ever had reports of problems with Outlook 2003 using utf-8
>> >> > and quoted printable?  I've recently started getting complains from
>> >> > our clients that some of their subscribers are having problems with
>> >> > the message coming through as raw html.  The email client is always
>> >> > Outlook 2003 on XP of various flavors.  I set up a copy of Outlook
>> >> > 2003 and 2007 to test and I see the messages just fine.  Unfortunately
>> >> > this makes it quite hard to troubleshoot.
>> >> >
>> >> > Should I just bite the bullet and iconv from utf8 to latin1?  Any
>> >> > other thoughts?  What would really be great is if I could reproduce
>> >> > the problem to try different approaches.
>> >>
>> >>
>> >> Check php.ini
>> >>
>> >>
>> >> ;)
>> >>
>> > I had a similar problem at work, and I found that adding some extra
>> > headers to the email sorted this. Apparently Outlook had a problem with
>> > all of the headers if it didn't have a few main ones. Are the rest of
>> > the headers (like reply-to, from, etc) that you are setting being
>> > preserved?
>> >
>> >
>> > Ash
>> > www.ashleysheridan.co.uk
>> >
>> >
>> > --
>> > PHP General Mailing List (http://www.php.net/)
>> > To unsubscribe, visit: http://www.php.net/unsub.php
>> >
>> >
>>
>> I suppose I don't have a reply-to specifically.  I do have a from and
>> return-path.  I'll add that in there.
>>
>> As for the rest:
>> Return-Path: <[EMAIL PROTECTED]>
>> Subject: Traverse City News: Entrepreneurs, Eateries Invest
>> X-Unsubscribe: [EMAIL PROTECTED]
>> X-Newsletter: 3431b0e8-aa87-401f-8701-728c86d4e6b4
>> X-User: de962663-da70-42b7-9a8f-a9658032fda8
>> X-Company: Some Company
>> From: "Some Company" <[EMAIL PROTECTED]>
>> Date: Tue, 14 Oct 2008 13:01:18 -0400
>> Date: Tue, 14 Oct 2008 13:01:18 -0400
>> Content-Type: multipart/alternative; charset="utf-8";
>>  boundary="=_bc453a55a20a3363c997c148e36438c2"
>> MIME-Version: 1.0
>>
>>
>> --=_bc453a55a20a3363c997c148e36438c2
>> Content-Type: text/plain; charset="utf-8"
>> Content-Transfer-Encoding: quoted-printable
>>
>> ...snip...
>
> You have two Content-Type declarations, was that intentional, or was
> that which was being produced by Outlook?
>
>
> Ash
> www.ashleysheridan.co.uk
>
>

It's a multi-part mime message with a plain text version and an html
version following.  I copied up until the content of the plain text
part just to give more info on it.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to