BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportGeneral SupportGeneral SupportSMTP on 0.8.193.0, no initial notification on new issuesSMTP on 0.8.193.0, no initial notification on new issues
Previous
 
Next
New Post
5/13/2010 5:27 PM
 
Didn't find anything relating to this on a search of the forum.

Creating a new issue will not generate notification email for the owner although the box is checked.
No notification when assigned to a user either on initial creation or subsequent changes afterward.
No errors being generated, no SMTP notifications either.
SMTP is working as notifications are generated when a comment is added.

Any ideas?

James
 
New Post
6/13/2010 2:29 AM
 
I'm experiencing the same problem. 
I also have problem with saving the issue. When i click on save or save and return the issue is saved in the datbase almost immediatelly, but the browser keeps loading the page (like it happens when there is no response from server) and eventually, after several minutes i get "This webpage is not available" error.

The intereeing thing about it is that I was not able to sniff the traffic during this postback using smartsniff neither on server nor on client computer.

2 Reports 
New Post
6/13/2010 8:39 AM
 
i am also experiencing same problem. Still i am unable to config pop3 and SMTP email account.
better if you can give me the solution for gmail or yahoo mail account
 
New Post
6/28/2010 7:57 AM
 
It won't send you notification if you opened the issue and assign to yourself. I logged in with admin and tried to Assigned to my username and it worked fine.

on Line #256 of IssueNotification.cs:
//send notifications to everyone except who changed it.
if (notify.NotificationUsername != Security.GetUserName())
{
      nm.SendNotification(notify.NotificationUsername, String.Format(subject, issue.FullId, issue.ProjectName), template);
}

Hope this helps!
 
New Post
6/29/2010 12:21 AM
 
I have noted your code improvement in BGN-1383
http://support.bugnetproject.com/Issues/IssueDetail.aspx?id=1383

Follow me on twitter: @stewartmoss http://www.twitter.com/stewartmoss
Follow BugNETProject on twitter: @bugnetproject http://www.twitter.com/bugnetproject
 
Previous
 
Next
HomeHomeSupportSupportGeneral SupportGeneral SupportSMTP on 0.8.193.0, no initial notification on new issuesSMTP on 0.8.193.0, no initial notification on new issues


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.