There is a typo error in line 257 of tools.py (latest version 1.74.3): 256. if reply_to != None: 257. payload['Reply-To'] = reply_to.encode(ecoding)
should be: 257. payload['Reply-To'] = reply_to.encode(encoding) Web2py is such a great framework.... this is the only bug I've found in a year of use! Cheers, Bob -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

