4 - Applied Jan Limpens' patch adding support for inline attachments
\r
10 - Applied sradack's patch.
\r
11 - Refactored implementation to have just one project
\r
12 - Removed EmailSender2, DotNet2Sender, MockSender, MockSender2, SmtpEmailSender and Tests
\r
18 - Fixed a bug in the System.Net.Mail (.NET 2.0) version of the SmtpSender, regarding empty CC and BCC fields.
\r
19 - Also added some new configurable functionality for .NET 2.0:
\r
20 Ability to send emails asyncronously (AsyncSend property);
\r
21 Configurable SMTP port (Port property);
\r
22 Configurable timeout for syncronous send (Timeout property);
\r
25 - Applied Ernst Naezer patch fixing problem when cc / bcc fields were null
\r
29 - Added .Net 2.0 Support for the original EmailSender
\r
30 - Added a new .Net 2.0 specific EmailSender interface.
\r
31 - - .Net 2.0 does not have a Fields Property
\r
32 - Added a MockSender for the EmailSender2 component
\r
33 - EmailSender2 has an optional parameter for the config file: Port which takes an integer.
\r
39 Future modifications - after the first release - shall be tracked in this file
\r
41 10.22.2005 - Added Authentication Features
\r
42 - Added a Fields property that maps to the MailMessage Fields property
\r
43 - Added public void AddAuthentication(string username, string password)