[web2py] web2py mail

2014-02-05 Thread Jayadevan M
When I try to execute the email program, I get this error - web2py - WARNING - Mail.send failure:[Errno 111] Connection refused I think iptables on the machine where web2py is running is blocking the request. Which port should I open to let this through? The code works on my m/c, which does not

[web2py] Web2py Mail not working yet, telnet and smtplib working

2013-02-01 Thread Rhys
Hi Everyone, Been trying this for a while now with no luck. telnet works 127.0.0.1 25 and I can send mail through that. I then open up python shell and send email successful also, however whenever I want to send a email through web2py I get this in the postfix log: Feb 1 10:45:06 ip-10-248-23

[web2py] web2py Mail tool - unwanted encoding of 'to' header

2010-05-05 Thread David Zejda
Hi, headers of my mails are being encoded to utf-8, which causes troubles with delivery. e.g. 'dvid[at]atlas.cz' (where [at] is '@') is being encoded as =?utf-8?q?dvid=40atlas=2Ecz?= processed by mailserver as: =?utf-8?q?dvid=40atlas=2ec...@crfreenet.org after decoding: "dvid"@atlas...@crfre