2825: mail sender go bad

jihu****@gmai***** (Google Code) (Is this you? Claim this profile.)
Dec. 14, 2012
What version are you running?
1.6.14


What's the URL of the page containing the problem?
mail sender


What steps will reproduce the problem?
New Review Request

What is the expected output? What do you see instead?


What operating system are you using? What browser?
ubuntu 12.10

Please provide any additional information below.
error.log
Error sending e-mail notification with subject 'Review Request: 测试' on behalf of '"jh" <richie@finereport.com>' to '"管理员" <codereview@finereport.com>,"jh" <richie@finereport.com>': Connection unexpectedly closed: [Errno 104] Connection reset by peer
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.14-py2.7.egg/reviewboard/notifications/email.py", line 231, in send_review_mail
    message.send()
  File "/usr/local/lib/python2.7/dist-packages/Django-1.3.4-py2.7.egg/django/core/mail/message.py", line 251, in send
    return self.get_connection(fail_silently).send_messages([self])
  File "/usr/local/lib/python2.7/dist-packages/Django-1.3.4-py2.7.egg/django/core/mail/backends/smtp.py", line 79, in send_messages
    new_conn_created = self.open()
  File "/usr/local/lib/python2.7/dist-packages/Django-1.3.4-py2.7.egg/django/core/mail/backends/smtp.py", line 42, in open
    local_hostname=DNS_NAME.get_fqdn())
  File "/usr/lib/python2.7/smtplib.py", line 249, in __init__
    (code, msg) = self.connect(host, port)
  File "/usr/lib/python2.7/smtplib.py", line 310, in connect
    (code, msg) = self.getreply()
  File "/usr/lib/python2.7/smtplib.py", line 358, in getreply
    + str(e))
SMTPServerDisconnected: Connection unexpectedly closed: [Errno 104] Connection reset by peer
david
#1 david
This sounds like your mail server is having issues, not review board.
  • +SetupIssue