tags:

views:

45

answers:

1

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