Re: [Zope] Re: Conditional dtml-boundary in dtml-sendmail
--On 10. April 2008 11:00:14 +0200 Josef Meile <jmeile@hotmail.com> wrote:
I started shivering while reading your code. We would have written such code five or six years ago - because we had no other choice. Please use the standard 'email' module of Python...this just works and you don't need to write such ugly and error-prone DTML code. Yes, I know it is ugly and I would like to use python instead, but as I said before I can't use the email module of python since the Machine were the page is hosted isn't administrated by me, so, there isn't any change of allowing or installing a python module.
The 'email' module is part of the standard Python distribution since generations. Andreas
The 'email' module is part of the standard Python distribution since generations. Well, I said "allowing or installing". I wasn't sure if it was and with allowing I meant by using allow_module or allow_class. I guess you can't just use this module without removing security assertions. I will try to confirm this.
participants (2)
-
Andreas Jung -
Josef Meile