On 08 Nov 2010, at 6:06 PM, [email protected] wrote: > local_hostname=DNS_NAME.get_fqdn()) > File "/usr/local/lib/python2.6/smtplib.py", line 239, in __init__ > (code, msg) = self.connect(host, port) > File "/usr/local/lib/python2.6/smtplib.py", line 295, in connect > self.sock = self._get_socket(host, port, self.timeout) > File "/usr/local/lib/python2.6/smtplib.py", line 273, in _get_socket > return socket.create_connection((port, host), timeout) > File "/usr/local/lib/python2.6/socket.py", line 561, in create_connection > raise error, msg > socket.error: [Errno 60] Operation timed ou
That is because you either do not have an SMTP server running on the machine running baruwa or it is firewalled off, if you intend to send mail via another SMTP server then set the option EMAIL_HOST = 'smtp_host_name' in your settings.py file. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

