Stephen, The SMTPAppender uses System.Web.Mail which uses the CDO.Message COM object to send the mail. The CDO.Message To property supports multiple recipients by using a comma separated list.
Examples: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cdosys/ html/_cdosys_imessage_to.asp Therefore you should be able to do: <to value="[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]" /> Cheers, Nicko > -----Original Message----- > From: Patten, Stephen [mailto:[EMAIL PROTECTED] > Sent: 18 November 2004 01:25 > To: Log4NET User > Subject: SMTPAppender > > Can I add more than one email address? If so what is the > structure of the config? > > > > Thank you, > > Stephen > >
