Re: Email settings when the server has been deployed on a cloud

2014-07-16 Thread David Trowbridge
The servers do not have to be on the same network. Can you point me to where in the docs you got that impression? -David On Wed, Jul 16, 2014 at 5:17 AM, D a s h wrote: > I have deployed a Reviewboard server on a cloud server. > Hence it is obviously not on the same network where the SMTP serv

Email settings when the server has been deployed on a cloud

2014-07-16 Thread D a s h
I have deployed a Reviewboard server on a cloud server. Hence it is obviously not on the same network where the SMTP server is. >From the reviewboard documentation, I understand that the emails are sent only if the reviewboard and SMTP server are on the same network. Since I have setup everythin

Re: email settings for gmail SMTP?

2013-04-09 Thread Yingtao Qiu
; the wrong gmail smtp port (587 good, 465 bad). I'm putting our full > thought process down just in case it might be useful. > > No proxy in our network. The host has a direct route out. Clients > accessing it directly also have no machinery between it. > > on the email se

Re: Fine-tuning email settings

2011-01-23 Thread Christian Hammond
Ah, that makes sense. I'm totally for fixing it. Just didn't understand what the scenario was. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Sat, Jan 22, 2011 at 9:41 PM, Jan Koprowski wrote: > Christian

Re: Fine-tuning email settings

2011-01-22 Thread Jan Koprowski
Christian, You can create user in admin-panel and never login to dashboard. Just use it as account to send diffs by post-review. Then it is a problem. On Sat, Jan 22, 2011 at 9:42 PM, Christian Hammond wrote: > In the in-development 1.6 release, it will by default use noreply@yourdomain > as t

Re: Fine-tuning email settings

2011-01-22 Thread Christian Hammond
In the in-development 1.6 release, it will by default use noreply@yourdomainas the e-mail address. This can be changed, but that's implemented now to work around anti-spam measures. I'm not sure what you mean by it failing if an e-mail address is blank. We do require that users have e-mail address

Re: Fine-tuning email settings

2011-01-22 Thread Jan Koprowski
There is already reported such a bug: http://code.google.com/p/reviewboard/issues/detail?id=1943 On Sat, Jan 22, 2011 at 8:15 PM, David Trowbridge wrote: > Can you file a bug about email not working if users don't have an email > address specified? > > Thanks, > -David > > > On Sat, Jan 22, 2011

Re: Fine-tuning email settings

2011-01-22 Thread David Trowbridge
Can you file a bug about email not working if users don't have an email address specified? Thanks, -David On Sat, Jan 22, 2011 at 8:03 AM, Tristan Crockett wrote: > They actually did start working. The problem is that Reviewboard's > emailing system will completely fail if one of the addresses

Re: Fine-tuning email settings

2011-01-22 Thread Tristan Crockett
They actually did start working. The problem is that Reviewboard's emailing system will completely fail if one of the addresses is blank. There's no reason why any of our accounts should need email addresses, as the emails go out to a mailing list. Yes, it wants to populate the 'from' field, but wh

Re: Fine-tuning email settings

2011-01-19 Thread David Trowbridge
There's no fine-grained control of this. Review Board should send email whenever anyone clicks "publish", whether it's on a review or a reply to a review. If the latter isn't working, it's possible something is broken. Can you check your httpd logs and see if there are any errors in there? -David

Fine-tuning email settings

2011-01-19 Thread Tristan Crockett
Is there a way to fine-tune the instances when Reviewboard sends emails? Currently it seems to send when review requests are generated and when reviews are added, but not when comments are added to reviews. There don't seem to be any configuration options. We're using 1.5.2. -- Want to help the

Re: email settings for gmail SMTP?

2009-09-09 Thread Christian Hammond
tting our full > thought process down just in case it might be useful. > > No proxy in our network. The host has a direct route out. Clients > accessing it directly also have no machinery between it. > > on the email settings tab we got: > > server: smtp.gmail.com >

Re: email settings for gmail SMTP?

2009-09-09 Thread Dan Myung
ve no machinery between it. on the email settings tab we got: server: smtp.gmail.com port: 465 username: rev...@dimagi.com password:blahblah use TLS is checked. When i ran the command (which is send_review_mail, not send_review_email as i have in error in the original post), here's the

Re: email settings for gmail SMTP?

2009-09-08 Thread Christian Hammond
://www.vmware.com On Tue, Sep 8, 2009 at 8:13 AM, Dan Myung wrote: > > I've got 1.0.1 setup on my Ubuntu box, and seem to have trouble with > the email settings. > > I've input all the TLS settings for gmail smtp using a email in our > hosted account, setup

email settings for gmail SMTP?

2009-09-08 Thread Dan Myung
I've got 1.0.1 setup on my Ubuntu box, and seem to have trouble with the email settings. I've input all the TLS settings for gmail smtp using a email in our hosted account, setup all the TLS and ports for it. However, whenever we try to submit/publish a new review request, the publ

Re: Email Settings

2009-08-28 Thread grimbeaver
I already asked about this once before. The e-mails always come from the address of the person who performed the action. I've already opened an enhancement request a while ago to have them come from a single static address. http://code.google.com/p/reviewboard/issues/detail?id=1222 On Aug 28,

Email Settings

2009-08-28 Thread dartarrow
Hey, how do i set the FROM email address? I have exim4 setup on my localhost which send the email from "webmas...@localhost" I would like to change that to something like reviewbo...@mycompany.com Thanks --~--~-~--~~~---~--~~ You received this message because yo

Re: Email Settings

2009-08-28 Thread Alvin
well... i figured that one out. The problem is that I'm using post-review from a subversion hook with the --submit-as option. And the dedicated user was not assigned a Name / email and therefore will default to webmas...@localhost. On Fri, Aug 28, 2009 at 3:08 PM, dartarrow wrote: > Hey, > > how