evanchueng / gerrit

Automatically exported from code.google.com/p/gerrit
Apache License 2.0
0 stars 0 forks source link

After installing gerrit2, not able to register email address #610

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Affected Version:

What steps will reproduce the problem?
1.install gerrit-2.1.3.war
2. go to setting tab and register for your email address
3.enter your email address and click register

What is the expected output? What do you see instead?
Expected output is to get a email for confirmation and then my email id to 
visible in Gerrit web UI. But I am not able to see my email ID in the web UI. 

Please provide any additional information below.

Original issue reported on code.google.com by bhha...@gmail.com on 24 Jun 2010 at 7:20

GoogleCodeExporter commented 9 years ago
Works just fine for me.  I think your outgoing email
configuration is incorrect, or the message hit your
spam filter.

Check the sendemail section of gerrit.config to verify
it is properly configured to send messages through a
valid SMTP relay for your host.  You can find more on
the supported variables in [1].

[1] 
http://gerrit.googlecode.com/svn/documentation/2.1.3/config-gerrit.html#sendemai
l

Original comment by sop@google.com on 24 Jun 2010 at 8:49