Hey guys, I'm gonna be writing emails from SMTP virtual server running off of IIS. Currently I'm using Net::SMTP module to write emails but im gonna have to start writing CC: 's. I dont think Net::Smtp supports it, I looked through the code in Net::Smtp and i see some references to it, but not really sure if i can use it.I DONT wanna just use an array/list and just put all the addresses into the To: section. I thought it had to do with MIME headers but it didn't. I wanted to know, if Net::Smtp does in fact support CC and how to implement it. Otherwise I'll have to use Mail::SendMail and try my luck at that. Thanks for your help, it's greatly appreciated!