[Zope] MailHost under Zope 2.6.1
Lennart Regebro
lennart@regebro.nu
Mon, 31 Mar 2003 14:45:39 +0200
Andreas Tille wrote:
> Hello,
>
> I just used
>
> mailhost=getattr(context, context.superValues('Mail Host')[0].id)
> mailhost.send('Hello', 'you@something.org', 'me@anything.org', 'Test')
>
> to send mails under Zope 2.5.x. Once I updated to Zope 2.6.1 Mails via
> this method are quite strange. They have no subject in the Mail header
> but the body part contains:
>
> Subject: Test
> To: you@something.org
> From: me@anything.org
> Date: Mon, 31 Mar 2003 10:24:00 +0200
>
> Hello
I'm not able to reproduce this problem.
What is the actual body text you are trying to use?