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
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
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
3 matches
Mail list logo