This is interesting. First, when I tried removing the "Sender e-mail address", after clicking Save the default noreply came back. And I got the same error both with noreply and when using the codereviews@ internal email I created (that was working before). I also tried modifying the code in email.py to set sender to None regardless. Same result.
But then I found out we have an internal mail server. And it works when pointing at that. It works both with the default noreply sender and the codereviews@ email. So there's something unique to the MS online mail. Now if I could just get my sqlite3 database to convert to mysql. :) But that will be another (long) post. Thanks for the response, Daryl On Jun 10, 2:56 pm, Christian Hammond <[email protected]> wrote: > Hi Daryl, > > The only thing I know has changed on our end is the addition of a Sender: > header. It shouldn't break anything, but perhaps they're strict and > disconnect you early. I don't know what has changed in Django, but maybe > something broke there. > > To rule out Review Board as the cause, go into Admin UI -> Settings -> > E-mail and remove the "Sender e-mail address". > > Christian > > -- > Christian Hammond - [email protected] > Review Board -http://www.reviewboard.org > VMware, Inc. -http://www.vmware.com > > > > > > > > On Fri, Jun 10, 2011 at 11:10 AM, Daryl <[email protected]> wrote: > > Hi, > > > I just upgraded to 1.6 beta 2 porting my database over. I was using > > 1.5 before, with email working ok. I left the email settings intact, > > using MS online services. The settings are - > > > Mail server: Smtp.mail.microsoftonline.com > > Port: 587 > > [checked] Use TLS for authentication > > > I now get this error - > > > [Fri Jun 10 14:05:11 2011] [error] 2011-06-10 14:05:11,532 - ERROR - > > Error sending e-mail notification with subject 'Review Request: Test > > diff' on behalf of '*** sender removed ***' to '*** email addresses > > removed ***') > > [Fri Jun 10 14:05:11 2011] [error] Traceback (most recent call last): > > [Fri Jun 10 14:05:11 2011] [error] File "/usr/lib/python2.4/site- > > packages/ReviewBoard-1.6beta2.1-py2.4.egg/reviewboard/notifications/ > > email.py", line 236, in send_review_mail > > [Fri Jun 10 14:05:11 2011] [error] message.send() > > [Fri Jun 10 14:05:11 2011] [error] File "/usr/lib/python2.4/site- > > packages/Django-1.3-py2.4.egg/django/core/mail/message.py", line 251, > > in send > > [Fri Jun 10 14:05:11 2011] [error] return > > self.get_connection(fail_silently).send_messages([self]) > > [Fri Jun 10 14:05:11 2011] [error] File "/usr/lib/python2.4/site- > > packages/Django-1.3-py2.4.egg/django/core/mail/backends/smtp.py", line > > 86, in send_messages > > [Fri Jun 10 14:05:11 2011] [error] sent = self._send(message) > > [Fri Jun 10 14:05:11 2011] [error] File "/usr/lib/python2.4/site- > > packages/Django-1.3-py2.4.egg/django/core/mail/backends/smtp.py", line > > 104, in _send > > [Fri Jun 10 14:05:11 2011] [error] > > email_message.message().as_string()) > > [Fri Jun 10 14:05:11 2011] [error] File "/usr/lib64/python2.4/ > > smtplib.py", line 679, in sendmail > > [Fri Jun 10 14:05:11 2011] [error] self.rset() > > [Fri Jun 10 14:05:11 2011] [error] File "/usr/lib64/python2.4/ > > smtplib.py", line 449, in rset > > [Fri Jun 10 14:05:11 2011] [error] return self.docmd("rset") > > [Fri Jun 10 14:05:11 2011] [error] File "/usr/lib64/python2.4/ > > smtplib.py", line 374, in docmd > > [Fri Jun 10 14:05:11 2011] [error] return self.getreply() > > [Fri Jun 10 14:05:11 2011] [error] File "/usr/lib64/python2.4/ > > smtplib.py", line 348, in getreply > > [Fri Jun 10 14:05:11 2011] [error] line = self.file.readline() > > [Fri Jun 10 14:05:11 2011] [error] File "/usr/lib64/python2.4/ > > smtplib.py", line 160, in readline > > [Fri Jun 10 14:05:11 2011] [error] chr = self.sslobj.read(1) > > [Fri Jun 10 14:05:11 2011] [error] sslerror: (8, 'EOF occurred in > > violation of protocol') > > > Any thoughts? I tried this by posting a review from an old diff that > > was in the database from 1.5. And I also submitted a new diff report > > and got the same error. > > > Thanks, > > Daryl > > > -- > > Want to help the Review Board project? Donate today at > >http://www.reviewboard.org/donate/ > > Happy user? Let us know athttp://www.reviewboard.org/users/ > > -~----------~----~----~----~------~----~------~--~--- > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/reviewboard?hl=en -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~----------~----~----~----~------~----~------~--~--- To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en
