Commented Issue: net_io_connectionclosed? [5767]
I sometimes get an application exception: Unable to read data from the transport connection: net_io_connectionclosed. Â I'm unable to reproduce consistently, and usually retrying the email fixes...
View ArticleCommented Issue: Can't open emails in Outlook 2013 [8411]
After installing Outlook 2013, when I double-click the email in smtp4dev it opens a dialog in Outlook 2013 that says, "The attempted operation failed. An object could not be found."Not sure if this is...
View ArticleCommented Issue: Can't open emails in Outlook 2013 [8411]
After installing Outlook 2013, when I double-click the email in smtp4dev it opens a dialog in Outlook 2013 that says, "The attempted operation failed. An object could not be found."Not sure if this is...
View ArticleCreated Unassigned: C# SmtpClient Authentication rejected [9163]
The most common 'AUTH LOGIN' mechanism looks like this S: 220 esmtp.example.com ESMTP C: ehlo client.example.com S: 250-esmtp.example.com S: 250-PIPELINING S: 250-8BITMIME S: 250-SIZE 255555555 S: 250...
View ArticleCommented Issue: Session log is created but no corresponding Message is...
I have created the following simple ASP.NET 4.0 application to test sending an e-mail:Â MailTestPage.aspx----------------------<%@ Page Language="C#" Debug="true" AutoEventWireup="true"...
View ArticleCreated Unassigned: 501 Parameter Not Recognised [9294]
When receiving a message with the following MAIL FROM verb, a 501 Parameter not recognised message is returned.MAIL FROM:<disdtesthq1@mmhs.uk> SIZE=5754...
View ArticleCommented Issue: Session log is created but no corresponding Message is...
I have created the following simple ASP.NET 4.0 application to test sending an e-mail:Â MailTestPage.aspx----------------------<%@ Page Language="C#" Debug="true" AutoEventWireup="true"...
View ArticleCommented Issue: Session log is created but no corresponding Message is...
I have created the following simple ASP.NET 4.0 application to test sending an e-mail:Â MailTestPage.aspx----------------------<%@ Page Language="C#" Debug="true" AutoEventWireup="true"...
View ArticleCommented Issue: Constant Crashes on Win 7 64-bit [6025]
smtp4dev crashes almost evertime mail is sent through. I'm running Win 7 64-bit and using PHP 5.3's email function on Apache 2.2. I don't see any log files or anything that might provide some insight...
View ArticleCommented Issue: net_io_connectionclosed? [5767]
I sometimes get an application exception: Unable to read data from the transport connection: net_io_connectionclosed. Â I'm unable to reproduce consistently, and usually retrying the email fixes...
View ArticleCommented Unassigned: C# SmtpClient Authentication rejected [9163]
The most common 'AUTH LOGIN' mechanism looks like this S: 220 esmtp.example.com ESMTP C: ehlo client.example.com S: 250-esmtp.example.com S: 250-PIPELINING S: 250-8BITMIME S: 250-SIZE 255555555 S: 250...
View ArticleCreated Unassigned: Crashes when using credentials [9627]
var sc = new SmtpClient { Host = "localhost", UseDefaultCredentials = true, Credentials = new NetworkCredential("whatever", "andMorewhatevers"), Port = 25, EnableSsl = true }; var mail = new...
View ArticleCreated Unassigned: Please post this on github [9628]
I would like to contribute fixes to the current issues. I have no idea what the process would be here.Heck, I can't even svn checkout itW:\> svn co https://smtp4dev.svn.codeplex.com/svn smtp4devsvn:...
View ArticleCreated Unassigned: Feature Request - HTML view [9650]
When you Inspect an email using the tool there are the 3 tabs - Source, Headers, BodyIn the Body this shows the source HTML, would it be possible to have another tab that displays this as an Email...
View ArticleCreated Unassigned: Feature Request: Forward received emails to a specific...
Destination Email(s) new settings: destination email address or a collection of emailsAll captured emails forwarded to email specified in Destination Email(s) new settings
View ArticleCreated Unassigned: Server Failed error [9679]
The smtp4dev worked fine just fine, next time when I re-downloaded and tried to use it , it gave me error:Only one usage of each socket address is normally permitted.Even after port from 25 to 0, the...
View ArticleCommented Unassigned: Server Failed error [9679]
The smtp4dev worked fine just fine, next time when I re-downloaded and tried to use it , it gave me error:Only one usage of each socket address is normally permitted.Even after port from 25 to 0, the...
View ArticleCommented Unassigned: Server Failed error [9679]
The smtp4dev worked fine just fine, next time when I re-downloaded and tried to use it , it gave me error:Only one usage of each socket address is normally permitted.Even after port from 25 to 0, the...
View ArticleCommented Unassigned: 501 Parameter Not Recognised [9294]
When receiving a message with the following MAIL FROM verb, a 501 Parameter not recognised message is returned.MAIL FROM:<disdtesthq1@mmhs.uk> SIZE=5754...
View ArticleCreated Unassigned: Chrome blocked download [9708]
Chrome says the download is a malicious software and has blocked it. Do you know why?
View Article