Re: [NAnt-users] Sending email...
Hi Bob. There is a mail task: http://nant.sourceforge.net/release/latest/help/tasks/mail.html Here is the target I'm using to send email to a list of users in the file ${emailusers}:
[NAnt-users] Sending email...
Ok, I hope I'm not missing a send email task... Is there a way to have Nant send email when not using the MailLogger? I am using CC.net which uses the XMLLogger. I basically want to send the email to a list of users in a text file. Any help? Thanks, BOb ---