I am trying to figure out a way to send email to mutiple CC recipients that are listed in a text box separated by a comma. I can get the Mailer.AddCC "", Request.Form("ccemail" with a single address in the text box but everything I have tried to do using a comma as a delimiter the address shows up as two addresses in one. Please help.