Computing.Net > Forums > Web Development > javax.mail problem with cc option

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

javax.mail problem with cc option

Reply to Message Icon

Name: liliyaw
Date: May 2, 2006 at 08:45:49 Pacific
OS: linux
CPU/Ram: 524
Product: don't know
Comment:

Hi everyone, I'm still struggling getting "cc" option to work in my email application. At this point I have the following syntax for it:
if (!cc.equals("")){
InternetAddress arrCC[] = InternetAddress.parse(cc);
writer.println("arrCC SIZE : " + arrCC.length + "
");
//message.setRecipients(Message.RecipientType.CC, arrCC);
}

The commented out line is the line causing problems. When I use it, nothing works - email options "to" and "cc" both don't work, but no errors. I tried several syntax variation, but the result is the same.
Is there anyone who could tell me what can possibly help me with this?



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Using Javascript to deter... Website Editors.



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: javax.mail problem with cc option

Problem with Computing.Net www.computing.net/answers/webdevel/problem-with-computingnet/249.html

the problems with webpage programs? www.computing.net/answers/webdevel/the-problems-with-webpage-programs/1250.html

Help : Problem with mail using PHP www.computing.net/answers/webdevel/help-problem-with-mail-using-php/3273.html