From: ts Date: 2002-05-08T22:21:39+09:00 Subject: Re: How-to Cc when using Net/SMTP? >>>>> "h" == herman graal writes: h> I tried to write a "Cc: some_adress@some_host.com\r\n" line h> to the object returned by smtp.ready but it doesn't seem to work. You need to add the address 'some_adress@some_host.com' when you call #ready Guy Decoux