Re: [Zope] Zope MailTemplates

2006-01-19 Thread Chris Withers

Hi All,

Sorry for the delay in replying, been away...

Erik Myllymaki wrote:

the complaint is not mine but is from the marketing department :)

in Thunderbird (on Windows anyway) it adds a black mark in place of the 
newline :-0


Ah, I always wondered what that was!
(I see them from the zope checkins emails)

Does anyone know how to work around this?

One other thing though, is that when using MailTemplates, i haven't 
found a way to include BCC and CC recipients without altering MailHost.py.


Hmm, I guess the docs need a bit of clarification :-S
How are you calling the template?

As an example, you can just call the mail template with:

container.my_mt(mcc=('[EMAIL PROTECTED]','[EMAIL PROTECTED]')
mbcc=('[EMAIL PROTECTED]',))

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope MailTemplates

2006-01-17 Thread Tino Wildenhain
Erik Myllymaki schrieb:
 I haven't delved too deeply here, but I think Zope MailTemplates are
 wrapping any subject longer than 70 characters.
 
 Is there any way to turn this feature off?

No, its just standard. Where is the problem?
rfc822 headers can be wrapped.
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Zope MailTemplates

2006-01-17 Thread Erik Myllymaki

the complaint is not mine but is from the marketing department :)

in Thunderbird (on Windows anyway) it adds a black mark in place of the newline 
:-0

I was just curious. Thanks.

One other thing though, is that when using MailTemplates, i haven't found a way 
to include BCC and CC recipients without altering MailHost.py.




Tino Wildenhain wrote:

Erik Myllymaki schrieb:


I haven't delved too deeply here, but I think Zope MailTemplates are
wrapping any subject longer than 70 characters.

Is there any way to turn this feature off?



No, its just standard. Where is the problem?
rfc822 headers can be wrapped.

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )