RE: [Zope] = replaced with == in sendmail!!!!!
-----Original Message----- From: Paulo Eduardo Neves [mailto:neves@inf.puc-rio.br] Sent: Friday, 16 April 1999 12:06 To: Jay, Dylan Cc: 'Michel Pelletier'; 'zope@zope.org' Subject: Re: [Zope] = replaced with == in sendmail!!!!!
"Jay, Dylan" wrote:
I couldn't get it to work but I'm pretty sure it wouldn't anyway. I had a look at the MailHost code and found some quoting stuff that if I knew more about python I might be able to do work out the problem with.
I've just managed to send accend chars (iso8859-1) in an email. I had to add some headers to the message to make it work. Adding it made the mail client interpret correctly the email. Probably everything will be ok if you also use them.
Here is:
<!--#sendmail mailhost="mailhost"--> From: Myself <me@here.com> To: Somebody <she@somewhere.com> Subject: Hi! Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable
1+1=2 <!--#/sendmail-->
Nope. I added the two headers to the email and it still came out the same (ie = became ==). I'm using Outlook 98 as a client, but I should imagine that shouldn't make a difference. Does anyone understand why the MailHost code is trying to quote the message text?
participants (1)
-
Jay, Dylan