BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportInstalling BugN...Installing BugN...System.Net.Mail.SmtpException: Failure sending mailSystem.Net.Mail.SmtpException: Failure sending mail
Previous
 
Next
New Post
4/14/2010 12:00 AM
 

Hi,

I'm getting the following in the log when the server tries to send out mail notifications:

System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Unable to read data from the transport connection: net_io_connectionclosed.
at System.Net.Mail.SmtpReplyReaderFactory.ProcessRead(Byte[] buffer, Int32 offset, Int32 read, Boolean readLine)
at System.Net.Mail.SmtpReplyReaderFactory.ReadLines(SmtpReplyReader caller, Boolean oneLine)
at System.Net.Mail.SmtpReplyReaderFactory.ReadLine(SmtpReplyReader caller)
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.EmailNotificationType.SendNotification(INotificationContext context)

I've tried telnetting to the server to send mail, and they go through just fine. So does all other (I know of) apps running locally.

Does anyone know how to resolve this?

Cheers!

 
New Post
4/14/2010 7:32 AM
 

Check to make sure your smtp server is not bound to a static ip address.

Load up IIS and

  • Right click Default SMTP Virtual server.
  • Change IP address to All Unassigned


Davin Dubeau

follow us on twitter facebook users group google plus
 
New Post
4/19/2010 11:48 PM
 

That's what it's on at the moment. Any other ideas? My boss is bugging me for two reasons:

1. I recommended BugNET

2. I don't get notifications when he assigns cases to me

;)

 
New Post
4/20/2010 8:02 AM
 
tiwas wrote:

That's what it's on at the moment. Any other ideas? My boss is bugging me for two reasons:

1. I recommended BugNET

2. I don't get notifications when he assigns cases to me

;)

From the error and searching google it looks to be an environment issue.

Davin Dubeau

follow us on twitter facebook users group google plus
 
Previous
 
Next
HomeHomeSupportSupportInstalling BugN...Installing BugN...System.Net.Mail.SmtpException: Failure sending mailSystem.Net.Mail.SmtpException: Failure sending mail


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.