Hi, i have some problems with web.sendmail function. It's always
failing when i try to specify From field with unicode data, for
example:
"Ćukasz Topa <[EMAIL PROTECTED]>".
I've changed 880 line in utils.py
from:
i.write(message)
to:
i.write(message.encode('utf-8'))
in 0.23 release and it seem's to work properly.
Is there any other way to make unicode working without hacking
utils.py?
maybe i missed something...
Regards
On 1 Sty, 05:06, "Anand Chitipothu" <[EMAIL PROTECTED]> wrote:
> web.py 0.23 is ready for release.
>
> Changes are:
> fix: for web.background gotcha (Bug#133079)
> fix: for postgres unicode bug (Bug#177265)
> fix: web.profile behavior in python 2.5 (Bug#133080)
> fix: only uppercase HTTP methods are allowed. ([EMAIL PROTECTED])
> fix: transaction error in with statement (Bug#125118)
> fix: unicode support in db.sqllist. (Bug#137042)
> fix: fix in web.reparam (Bug#162085)
> new: support for https
> new: support for secure cookies
> new:sendmailand emailerrors
> new: htmlunquote
>
> Please test this out with your software and let me know if there are any
> issues.
> code is available at bazaar branchhttp://webpy.org/bzr/webpy-0.23.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---