Kwess LC

Greenhorn
+ Follow
since Feb 27, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kwess LC

Thanks a lot.
I do that you tell me, I add:
message.println("CC: " + cc);
and it works, i received the mail as cc recipient.
Then i try adding
message.println("BCC: " + bcc);
but i did't receive any mail as bcc recipient. I don't know why.
Maybe I should try to use JavaMail Api
thanks and regards
20 years ago
Hi, does anybody knows how can I send emails to different recipients (to, cc, bcc) using the sun.net.smtp.SmtpClient class.
I used this code but it just only has functions for sending with "To:"

Any idea how can I send emails with "cc" and "bcc"?
Thanks
20 years ago