Updating custom persister in tests to reflect recent changes in NH, will be ignored...
[castle.git] / Components / EmailSender / Changes.txt
blobc09ef2803a27620a0834deb48bf06209384652ae
1 Nov 5th, 2006\r
2 -------------\r
3 \r
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
7 \r
8 \r
9 Oct 19, 2006\r
10 ------------\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
18 6/6/2006\r
19 - Applied Ernst Naezer patch fixing problem when cc / bcc fields were null\r
21 2/2/2006\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
30 Alpha Version 1.0.0\r
31 - First release\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)