Re: How to confiure EMAILS for Reviews

2009-12-01 Thread Jim Priest
On Nov 6, 9:40 am, zinou zinou...@gmail.com wrote:
 Hello,

 i've installed reviewboard 1.0.5 and i configuredsmtpserver
 correctly and checked Send e-mails for review requests and reviews,
 the problem is when i post a new reveiew or comment, i got an error
 due to enability to send emails to reviewers, i know this because i

I ran into this same email (using our Exchange server as the SMTP
server)

On the mail settings page it asks for server, port, username and
password.  I had entered my username and password there and had the
same behaviour you do - error messages would go out but I'd get 500
error messages.

Taking my username/password out of the mail settings seems to have
fixed things for me.

Jim

-- 
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 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: How to confiure EMAILS for Reviews

2009-11-04 Thread Kunjal

THANKS...It started working now.

One issue I see is this

For the existing review, If I add more people and click on Publish
changes, I get below error.
What is this regarding?

SMTPException at /api/json/reviewrequests/9/publish/
SMTP AUTH extension not supported by server.Request Method: POST
Request URL: 
http://mob-rb-test.sj.broadcom.com/api/json/reviewrequests/9/publish/
Exception Type: SMTPException
Exception Value: SMTP AUTH extension not supported by server.
Exception Location: /opt/lampp/lib/python2.5/smtplib.py in login, line
554
Python Executable: /tools/bin/python
Python Version: 2.5.2
Python Path: ['/opt/lampp/htdocs/reviewboard/conf', '/opt/lampp/lib/
python2.5/site-packages/django', '/opt/lampp/lib/python2.5/site-
packages/reviewboard', '/opt/lampp/lib/python2.5/site-packages/
MySQL_python-1.2.2-py2.5-linux-i686.egg', '/opt/lampp/lib/python2.5/
site-packages/setuptools-0.6c9-py2.5.egg', '/opt/lampp/lib/python2.5/
site-packages/ReviewBoard-1.0.3.1-py2.5.egg', '/opt/lampp/lib/
python2.5/site-packages/pytz-2009l-py2.5.egg', '/opt/lampp/lib/
python2.5/site-packages/flup-1.0.3.dev_20090716-py2.5.egg', '/opt/
lampp/lib/python2.5/site-packages/Pygments-1.1.1-py2.5.egg', '/opt/
lampp/lib/python2.5/site-packages/Djblets-0.5.3-py2.5.egg', '/opt/
lampp/lib/python2.5/site-packages/django_evolution-0.0.0-py2.5.egg', '/
opt/lampp/lib/python2.5/site-packages/Django-1.1-py2.5.egg', '/opt/
lampp/lib/python2.5/site-packages/PIL-1.1.6-py2.5-linux-i686.egg', '/
opt/lampp/lib/python2.5/site-packages/RBTools-0.2beta2-py2.5.egg', '/
opt/lampp/lib/python2.5/site-packages/simplejson-2.0.9-py2.5-linux-
i686.egg', '/opt/lampp/lib/python2.5/site-packages/python_ldap-2.3.9-
py2.5-linux-i686.egg', '/opt/lampp/lib/python25.zip', '/opt/lampp/lib/
python2.5', '/opt/lampp/lib/python2.5/plat-linux2', '/opt/lampp/lib/
python2.5/lib-tk', '/opt/lampp/lib/python2.5/lib-dynload', '/opt/lampp/
lib/python2.5/site-packages']
Server time: Wed, 4 Nov 2009 09:19:16 -0800


On Nov 3, 11:20 pm, Christian Hammond chip...@chipx86.com wrote:
 What mail server do you use?

 Also, give this a try:

     rb-site manage /path/to/site shell

 At the prompt:

     from django.core.mail import send_mail
     send_mail(Test Subject, This is a test, youraddr...@yourdomain.com,
 [youraddr...@yourdomain.com], fail_silently=False)

 That *should* send an e-mail to the address you specify, using the e-mail
 settings in Review Board. If that fails, hopefully you'll see why.

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board -http://www.reviewboard.org
 VMware, Inc. -http://www.vmware.com



 On Tue, Nov 3, 2009 at 5:04 PM, Kunjal kunjal.par...@gmail.com wrote:

  Chris,

  I have set the correct smtp host/port etc. but I still do not get
  email.
  Do I need to modify email.py file to get the email?

  Thanks
  Kunjal

  On Nov 2, 3:47 pm, Christian Hammond chip...@chipx86.com wrote:
   You should be able to configure that in the E-mail Settings part of the
   Admin UI. If e-mail is not working correctly, then it's an issue talking
  to
   the mail server.

   Unfortunately, going through Django's e-mail infrastructure means that we
   don't get any detailed error logging. Assuming the mail server is under
  your
   control, you may want to check your mail server logs if your e-mail is
   enabled/configured properly and you're still not seeing anything.

   Christian

   --
   Christian Hammond - chip...@chipx86.com
   Review Board -http://www.reviewboard.org
   VMware, Inc. -http://www.vmware.com

   On Mon, Nov 2, 2009 at 4:05 PM, Kunjal kunjal.par...@gmail.com wrote:

We have RB 1.0.3 with Perforce integration.
We have set up Apache server and everything works fine like posting
review, publshing review, updating diff etc.
We do not get any emails though once the review is posted etc.
how to configure email settings?

Thanks
Kunjal

 To unsubscribe from this group, send email to
reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegr­oups.com
  reviewboard%2bunsubscr...@googlegr­oups.com
For more options, visit this group at
   http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~ Hide quoted text
  -

   - Show quoted text -
   To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegr­oups.com
  For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
  -~--~~~~--~~--~--~ Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this 

Re: How to confiure EMAILS for Reviews

2009-11-04 Thread Christian Hammond
Sounds like you specified a username/password for the mail server, but the
mail server doesn't support authentication.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Wed, Nov 4, 2009 at 9:20 AM, Kunjal kunjal.par...@gmail.com wrote:


 THANKS...It started working now.

 One issue I see is this

 For the existing review, If I add more people and click on Publish
 changes, I get below error.
 What is this regarding?

 SMTPException at /api/json/reviewrequests/9/publish/
 SMTP AUTH extension not supported by server.Request Method: POST
 Request URL:
 http://mob-rb-test.sj.broadcom.com/api/json/reviewrequests/9/publish/
 Exception Type: SMTPException
 Exception Value: SMTP AUTH extension not supported by server.
 Exception Location: /opt/lampp/lib/python2.5/smtplib.py in login, line
 554
 Python Executable: /tools/bin/python
 Python Version: 2.5.2
 Python Path: ['/opt/lampp/htdocs/reviewboard/conf', '/opt/lampp/lib/
 python2.5/site-packages/django', '/opt/lampp/lib/python2.5/site-
 packages/reviewboard', '/opt/lampp/lib/python2.5/site-packages/
 MySQL_python-1.2.2-py2.5-linux-i686.egg', '/opt/lampp/lib/python2.5/
 site-packages/setuptools-0.6c9-py2.5.egg', '/opt/lampp/lib/python2.5/
 site-packages/ReviewBoard-1.0.3.1-py2.5.egg', '/opt/lampp/lib/
 python2.5/site-packages/pytz-2009l-py2.5.egg', '/opt/lampp/lib/
 python2.5/site-packages/flup-1.0.3.dev_20090716-py2.5.egg', '/opt/
 lampp/lib/python2.5/site-packages/Pygments-1.1.1-py2.5.egg', '/opt/
 lampp/lib/python2.5/site-packages/Djblets-0.5.3-py2.5.egg', '/opt/
 lampp/lib/python2.5/site-packages/django_evolution-0.0.0-py2.5.egg', '/
 opt/lampp/lib/python2.5/site-packages/Django-1.1-py2.5.egg', '/opt/
 lampp/lib/python2.5/site-packages/PIL-1.1.6-py2.5-linux-i686.egg', '/
 opt/lampp/lib/python2.5/site-packages/RBTools-0.2beta2-py2.5.egg', '/
 opt/lampp/lib/python2.5/site-packages/simplejson-2.0.9-py2.5-linux-
 i686.egg', '/opt/lampp/lib/python2.5/site-packages/python_ldap-2.3.9-
 py2.5-linux-i686.egg', '/opt/lampp/lib/python25.zip', '/opt/lampp/lib/
 python2.5', '/opt/lampp/lib/python2.5/plat-linux2', '/opt/lampp/lib/
 python2.5/lib-tk', '/opt/lampp/lib/python2.5/lib-dynload', '/opt/lampp/
 lib/python2.5/site-packages']
 Server time: Wed, 4 Nov 2009 09:19:16 -0800


 On Nov 3, 11:20 pm, Christian Hammond chip...@chipx86.com wrote:
  What mail server do you use?
 
  Also, give this a try:
 
  rb-site manage /path/to/site shell
 
  At the prompt:
 
  from django.core.mail import send_mail
  send_mail(Test Subject, This is a test, 
 youraddr...@yourdomain.com,
  [youraddr...@yourdomain.com], fail_silently=False)
 
  That *should* send an e-mail to the address you specify, using the e-mail
  settings in Review Board. If that fails, hopefully you'll see why.
 
  Christian
 
  --
  Christian Hammond - chip...@chipx86.com
  Review Board -http://www.reviewboard.org
  VMware, Inc. -http://www.vmware.com
 
 
 
  On Tue, Nov 3, 2009 at 5:04 PM, Kunjal kunjal.par...@gmail.com wrote:
 
   Chris,
 
   I have set the correct smtp host/port etc. but I still do not get
   email.
   Do I need to modify email.py file to get the email?
 
   Thanks
   Kunjal
 
   On Nov 2, 3:47 pm, Christian Hammond chip...@chipx86.com wrote:
You should be able to configure that in the E-mail Settings part of
 the
Admin UI. If e-mail is not working correctly, then it's an issue
 talking
   to
the mail server.
 
Unfortunately, going through Django's e-mail infrastructure means
 that we
don't get any detailed error logging. Assuming the mail server is
 under
   your
control, you may want to check your mail server logs if your e-mail
 is
enabled/configured properly and you're still not seeing anything.
 
Christian
 
--
Christian Hammond - chip...@chipx86.com
Review Board -http://www.reviewboard.org
VMware, Inc. -http://www.vmware.com
 
On Mon, Nov 2, 2009 at 4:05 PM, Kunjal kunjal.par...@gmail.com
 wrote:
 
 We have RB 1.0.3 with Perforce integration.
 We have set up Apache server and everything works fine like posting
 review, publshing review, updating diff etc.
 We do not get any emails though once the review is posted etc.
 how to configure email settings?
 
 Thanks
 Kunjal
 
  To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 reviewboard%2bunsubscr...@googlegr­oups.com
   reviewboard%2bunsubscr...@googlegr­oups.com
 For more options, visit this group at
http://groups.google.com/group/reviewboard?hl=en
 -~--~~~~--~~--~--~ Hide quoted
 text
   -
 
- Show quoted text -
To unsubscribe from this group, send email to
   reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 reviewboard%2bunsubscr...@googlegr­oups.com
   For more options, visit 

Re: How to confiure EMAILS for Reviews

2009-11-03 Thread Kunjal

Chris,

I have set the correct smtp host/port etc. but I still do not get
email.
Do I need to modify email.py file to get the email?

Thanks
Kunjal


On Nov 2, 3:47 pm, Christian Hammond chip...@chipx86.com wrote:
 You should be able to configure that in the E-mail Settings part of the
 Admin UI. If e-mail is not working correctly, then it's an issue talking to
 the mail server.

 Unfortunately, going through Django's e-mail infrastructure means that we
 don't get any detailed error logging. Assuming the mail server is under your
 control, you may want to check your mail server logs if your e-mail is
 enabled/configured properly and you're still not seeing anything.

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board -http://www.reviewboard.org
 VMware, Inc. -http://www.vmware.com



 On Mon, Nov 2, 2009 at 4:05 PM, Kunjal kunjal.par...@gmail.com wrote:

  We have RB 1.0.3 with Perforce integration.
  We have set up Apache server and everything works fine like posting
  review, publshing review, updating diff etc.
  We do not get any emails though once the review is posted etc.
  how to configure email settings?

  Thanks
  Kunjal

   To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegr­oups.com
  For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
  -~--~~~~--~~--~--~ Hide quoted text -

 - Show quoted text -
--~--~-~--~~~---~--~~
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 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: How to confiure EMAILS for Reviews

2009-11-03 Thread Christian Hammond
What mail server do you use?

Also, give this a try:

rb-site manage /path/to/site shell

At the prompt:

from django.core.mail import send_mail
send_mail(Test Subject, This is a test, youraddr...@yourdomain.com,
[youraddr...@yourdomain.com], fail_silently=False)

That *should* send an e-mail to the address you specify, using the e-mail
settings in Review Board. If that fails, hopefully you'll see why.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Nov 3, 2009 at 5:04 PM, Kunjal kunjal.par...@gmail.com wrote:


 Chris,

 I have set the correct smtp host/port etc. but I still do not get
 email.
 Do I need to modify email.py file to get the email?

 Thanks
 Kunjal


 On Nov 2, 3:47 pm, Christian Hammond chip...@chipx86.com wrote:
  You should be able to configure that in the E-mail Settings part of the
  Admin UI. If e-mail is not working correctly, then it's an issue talking
 to
  the mail server.
 
  Unfortunately, going through Django's e-mail infrastructure means that we
  don't get any detailed error logging. Assuming the mail server is under
 your
  control, you may want to check your mail server logs if your e-mail is
  enabled/configured properly and you're still not seeing anything.
 
  Christian
 
  --
  Christian Hammond - chip...@chipx86.com
  Review Board -http://www.reviewboard.org
  VMware, Inc. -http://www.vmware.com
 
 
 
  On Mon, Nov 2, 2009 at 4:05 PM, Kunjal kunjal.par...@gmail.com wrote:
 
   We have RB 1.0.3 with Perforce integration.
   We have set up Apache server and everything works fine like posting
   review, publshing review, updating diff etc.
   We do not get any emails though once the review is posted etc.
   how to configure email settings?
 
   Thanks
   Kunjal
 
To unsubscribe from this group, send email to
   reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 reviewboard%2bunsubscr...@googlegr­oups.com
   For more options, visit this group at
  http://groups.google.com/group/reviewboard?hl=en
   -~--~~~~--~~--~--~ Hide quoted text
 -
 
  - Show quoted text -
  To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 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 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



How to confiure EMAILS for Reviews

2009-11-02 Thread Kunjal

We have RB 1.0.3 with Perforce integration.
We have set up Apache server and everything works fine like posting
review, publshing review, updating diff etc.
We do not get any emails though once the review is posted etc.
how to configure email settings?

Thanks
Kunjal

--~--~-~--~~~---~--~~
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 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: How to confiure EMAILS for Reviews

2009-11-02 Thread Christian Hammond
You should be able to configure that in the E-mail Settings part of the
Admin UI. If e-mail is not working correctly, then it's an issue talking to
the mail server.

Unfortunately, going through Django's e-mail infrastructure means that we
don't get any detailed error logging. Assuming the mail server is under your
control, you may want to check your mail server logs if your e-mail is
enabled/configured properly and you're still not seeing anything.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Mon, Nov 2, 2009 at 4:05 PM, Kunjal kunjal.par...@gmail.com wrote:


 We have RB 1.0.3 with Perforce integration.
 We have set up Apache server and everything works fine like posting
 review, publshing review, updating diff etc.
 We do not get any emails though once the review is posted etc.
 how to configure email settings?

 Thanks
 Kunjal

  To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 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 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---