Re: Issue 2524 in reviewboard: email is no response

2013-12-05 Thread reviewboard


Comment #13 on issue 2524 by liuhang2...@gmail.com: email is no response
http://code.google.com/p/reviewboard/issues/detail?id=2524

I have tested the method which is supplied by Bill, it works well, thanks.
I think your way is to cheat the outlook mail server :)

But I think it is better to apply generic mailbox(all users can send mail  
on behalf of this mailbox) to solve this problem.


@fuye: maybe you should try to restart your apache server after you modify  
the code.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2524 in reviewboard: email is no response

2013-04-18 Thread reviewboard


Comment #12 on issue 2524 by fuye@gmail.com: email is no response
http://code.google.com/p/reviewboard/issues/detail?id=2524

i am facing the same problem ,and i tried to change headers['From'] =  
from_email to  headers['From'] = sender,but it still not work,the error  
log still shows that SMTPDataError: (550, '5.7.1 Client does not have  
permissions to send as this sender')


but the default user can send the email successfully and others can not.
i remember that everyone can send the request email before the  email  
server upgrate,and now we login in email server with username  
like username rather than usern...@example.com before


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2524 in reviewboard: email is no response

2012-03-19 Thread reviewboard


Comment #11 on issue 2524 by bill.x...@gmail.com: email is no response
http://code.google.com/p/reviewboard/issues/detail?id=2524

:) I find the bug setting. I can use the mantis now.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2524 in reviewboard: email is no response

2012-03-13 Thread reviewboard


Comment #6 on issue 2524 by bill.x...@gmail.com: email is no response
http://code.google.com/p/reviewboard/issues/detail?id=2524

:(  I upgrade to 1.6.4.1, but the problem is not solved.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2524 in reviewboard: email is no response

2012-03-13 Thread reviewboard


Comment #7 on issue 2524 by chip...@gmail.com: email is no response
http://code.google.com/p/reviewboard/issues/detail?id=2524

Did you run any version prior to the 1.6 beta? I need to know exactly what  
header it's upset about. We've always overridden the From: header.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2524 in reviewboard: email is no response

2012-03-13 Thread reviewboard


Comment #8 on issue 2524 by bill.x...@gmail.com: email is no response
http://code.google.com/p/reviewboard/issues/detail?id=2524

I may load ReviewBoard-1.5.5-py2.5.egg and just see see and not run it ,and  
then, I update to 1.6 beta, and test it. before our company mail system  
upgrade, the mail send is ok, after the mail system upgrade, the mail send  
is not ok, and then, I upgrade it to 1.6.4.1 now.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2524 in reviewboard: email is no response

2012-03-12 Thread reviewboard

Updates:
Status: WontFix

Comment #3 on issue 2524 by trowb...@gmail.com: email is no response
http://code.google.com/p/reviewboard/issues/detail?id=2524

The from/sender addresses are all set in reviewboard/notifications/email.py

We're pretty set in our ways as far as the way we send email (our current  
configuration is more likely to get through than anything else), and we  
highly recommend fixing your SMTP server configuration rather than trying  
to hack reviewboard.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2524 in reviewboard: email is no response

2012-03-12 Thread reviewboard


Comment #4 on issue 2524 by bill.x...@gmail.com: email is no response
http://code.google.com/p/reviewboard/issues/detail?id=2524

I see, but fixing our SMTP server configuration is difficult for me,  
Because fixing the SMTP configuration is the behavior of our company, the  
scope of influence is large, the SMTP server configuration is one of the  
security policy of our company. And More trouble, We must use our company  
mail system, We can not use other mail system at company. So I am sorry I  
think whethor I can change the code . Can you help me ? we hope use  
reviewboard very much.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2524 in reviewboard: email is no response

2012-03-12 Thread reviewboard


Comment #5 on issue 2524 by chip...@gmail.com: email is no response
http://code.google.com/p/reviewboard/issues/detail?id=2524

Try upgrading. It's possible this was fixed in a point release. I don't  
think we were sending the right headers in the 1.6 betas.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2524 in reviewboard: email is no response

2012-03-11 Thread reviewboard


Comment #2 on issue 2524 by bill.x...@gmail.com: email is no response
http://code.google.com/p/reviewboard/issues/detail?id=2524

http error logļ¼š
SMTPDataError: (550, '5.7.1 Client does not have permissions to send as  
this sender')
ERROR:root:Error sending e-mail notification with subject 'Re: Review  
Request: test mail1' on behalf of 'yangsq yan...@neusoft.com'  
to 'admin admin ad...@neusoft.com,yangsq yan...@neusoft.com':  
(550, '5.7.1 Client does not have permissions to send as this sender')


Probably because our e-mail system do not support behalf of sender.
Can you tell me which code I could change and remove the behalf of sender  
and all mails send from the mail which address set in E-mail Setting and  
without behalf of sender.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2524 in reviewboard: email is no response

2012-03-08 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2524 by bill.x...@gmail.com: email is no response
http://code.google.com/p/reviewboard/issues/detail?id=2524

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
1.6-bate2

What's the URL of the page containing the problem?
na

What steps will reproduce the problem?
1.E-mail setting :port:587  use TLS



What is the expected output? What do you see instead?
expected output: send e-mails for review requests and views

instead:  if the user who login in and whose mail address is the Sender  
e-mail address in E-mail Setting, then the reviewboard will send the mail  
after some perating.
But if the user who login in and whose mail address is not the Sender  
e-mail address in E-mail Setting, then reviewboard will not send the mail  
anyway after some perating.

why ?

What operating system are you using? What browser?
win xp and ie8

Please provide any additional information below.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.