BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Support  General Support  Getting Exception while sending email
Previous Previous
 
Next Next
New Post 6/28/2007 5:50 AM
User is offline vihar
1 posts
No Ranking


Getting Exception while sending email  

I am using BugNet 0.7.854.0. I have configured Mailboxes for each user in project and assigned their email ids to them. Now when any activity happens, e.g. new comment is updated to any issue, bugtracker throws following exceptions and sends to admin email address. And that causes no email notification to each user for updated comment.


2007-06-28 17:04:48,859 [8] ERROR BugNET.BusinessLogicLayer.Mail [(null)] - Email Notification Error


System.Net.Mail.SmtpException: Failure sending mail. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at System.Net.Mail.AuthCommand.Send(SmtpConnection conn, String message)
   at System.Net.Mail.SmtpConnection.GetConnection(String host, Int32 port)
   at System.Net.Mail.SmtpTransport.GetConnection(String host, Int32 port)
   at System.Net.Mail.SmtpClient.GetConnection()
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   --- End of inner exception stack trace ---
   at System.Net.Mail.SmtpClient.Send(MailMessage message)
   at BugNET.BusinessLogicLayer.Mail.SendMail(String to, String from, String subject, String body, Encoding bodyEncoding, MailPriority priority, MailFormat bodyFormat, String smtpServer, Int32 smtpPort, Boolean smtpUseSSL, Boolean smtpAuthentication, String smtpUsername, String smtpPassword)

 
New Post 11/20/2007 4:09 AM
User is offline mzbrzezny
2 posts
No Ranking


Re: Getting Exception while sending email  
Modified By mzbrzezny  on 11/20/2007 4:12:07 AM)

I have the same error (but users are receiving updates via email) , does enybody knows the solution?? Is this problem fixed in rel 0.7.881.0??

 
Previous Previous
 
Next Next
  Forum  Support  General Support  Getting Exception while sending email

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.