We can send mails through mailLoggers using the properties MailLogger.success.to or MailLogger.failure.to. Can we make carbon copies in the mails that are sent through MailLogger
A:
You cannot use the core MailLogger
to send cc messages. NAnt uses System.Web.Mail.MailMessage
but does not set the cc value. It would not be difficult to extend the functionality of MailLogger
to have cc if you needed it.
Alex B
2009-05-18 19:10:34