4 - Applied sradack's patch.
\r
5 - Refactored implementation to have just one project
\r
6 - Removed EmailSender2, DotNet2Sender, MockSender, MockSender2, SmtpEmailSender and Tests
\r
12 - Fixed a bug in the System.Net.Mail (.NET 2.0) version of the SmtpSender, regarding empty CC and BCC fields.
\r
13 - Also added some new configurable functionality for .NET 2.0:
\r
14 Ability to send emails asyncronously (AsyncSend property);
\r
15 Configurable SMTP port (Port property);
\r
16 Configurable timeout for syncronous send (Timeout property);
\r
19 - Applied Ernst Naezer patch fixing problem when cc / bcc fields were null
\r
23 - Added .Net 2.0 Support for the original EmailSender
\r
24 - Added a new .Net 2.0 specific EmailSender interface.
\r
25 - - .Net 2.0 does not have a Fields Property
\r
26 - Added a MockSender for the EmailSender2 component
\r
27 - EmailSender2 has an optional parameter for the config file: Port which takes an integer.
\r
33 Future modifications - after the first release - shall be tracked in this file
\r
35 10.22.2005 - Added Authentication Features
\r
36 - Added a Fields property that maps to the MailMessage Fields property
\r
37 - Added public void AddAuthentication(string username, string password)