Email notifications don't work in 2.0.130

Discussion of open issues, suggestions and bugs regarding code review tool for Visual Studio – Review Assistant
Post Reply
ivan.pogorelyi
Posts: 4
Joined: Thu 24 Oct 2013 15:53

Email notifications don't work in 2.0.130

Post by ivan.pogorelyi » Thu 24 Oct 2013 16:06

Could someone please help me with email notifications setup?

Current settings are:

Code: Select all

<ServerSettings>
  <Url>http://server_address/ReviewAssistant</Url>
  <Database>C:\ProgramData\Devart\Review Assistant\reviewassistant.db</Database>
  <MailFromAddress>review.assistant@mail_server.com</MailFromAddress>
  <MailServer>mail_server</MailServer>
  <MailPort>25</MailPort>
  <MailTimeout>100</MailTimeout>
  <MailEnableSSL>false</MailEnableSSL>
  <MailUsername></MailUsername>
  <MailPassword></MailPassword>
  <MailLoggingLevel>2</MailLoggingLevel>
</ServerSettings>
But emails are not sent. And no errors in the event log.
Thanks in advance.

AlexeyN
Devart Team
Posts: 244
Joined: Wed 12 Sep 2012 12:09

Re: Email notifications don't work in 2.0.130

Post by AlexeyN » Fri 25 Oct 2013 08:58

Your settings seem to be correct. Please check that all participants had set their e-mail addresses and turned on e-mail notifications:

http://www.devart.com/review-assistant/ ... tions.html

ivan.pogorelyi
Posts: 4
Joined: Thu 24 Oct 2013 15:53

Re: Email notifications don't work in 2.0.130

Post by ivan.pogorelyi » Fri 25 Oct 2013 09:07

AlexeyN wrote:Your settings seem to be correct. Please check that all participants had set their e-mail addresses and turned on e-mail notifications:

http://www.devart.com/review-assistant/ ... tions.html
Emails are set and notifications turned on on client.

ivan.pogorelyi
Posts: 4
Joined: Thu 24 Oct 2013 15:53

Re: Email notifications don't work in 2.0.130

Post by ivan.pogorelyi » Fri 25 Oct 2013 09:22

Problem is resolved. Maybe I have not received notifications because I had commented my own reviews.

AlexeyN
Devart Team
Posts: 244
Joined: Wed 12 Sep 2012 12:09

Re: Email notifications don't work in 2.0.130

Post by AlexeyN » Fri 25 Oct 2013 09:38

Yes, you are right. Author of changes never receives notification.

ivan.pogorelyi
Posts: 4
Joined: Thu 24 Oct 2013 15:53

Re: Email notifications don't work in 2.0.130

Post by ivan.pogorelyi » Fri 25 Oct 2013 09:56

Thanks for answering.

Post Reply