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
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?
Summary: Hello, Some people have been experiencing a problem with Computing.Net. They report that if they click on a link in the main forum then click the back button, they will be transported to the top of th...
Summary: Hi, If you want to design a new one, you might want to close you mind to any and all 'old' ones, because they are all pretty much limited. Why can someone do everything in a clear and easy manner with...
Summary: i am sending a simple text/html mail with the following header information $headers= "MIME-Version: 1.0\n"; $headers.= "Content-Type: text/html; charset=iso-8859-1\n"; $headers.= "From:".$from."\n"; I...