nant / nant

NAnt is a free .NET build tool. In theory it is kind of like make without make's wrinkles.
nant.sourceforge.net
GNU General Public License v2.0
260 stars 124 forks source link

Mailtaskupdate - Minor adjustments and unit tests #19

Closed rmboggs closed 12 years ago

rmboggs commented 12 years ago

So I added about ~40 unit tests just for the redesigned MailTask using the .NET Fake Smtp Server lib, netDumbster. I tried to add all the relevant tests I could think, such as validating different variations of address formats, checking for invalid email addresses, sending to multiple addresses (in the To, CC, BCC, and all three), etc. I also corrected some minor issues that popped up with MailTask while creating the new unit tests. Please let me know if you have questions/comments.

Tested on the following setups:

Thanks, Ryan

dguder commented 12 years ago

I'm fine with this.