Set the properties properly. set correct value for "mail.smtp.host" .u give u'r internet provider smtp server ip address the above property,then u can send mails to any domain. cheers Nagendra
Hey kalyani.. u declare one global vector object and write get and set methods. Vector sampleVector; public void setVector(Vector sampleVector){ this.sampleVector=u'r vector containing ----; } public Vector getVector(){ return sampleVector; } when ever u want u just Vector someX=getVector(); and use someX.elementAt(0);
I created an app that send mails,works fine when isend from server,but when i am trying to send mail from any system in the local network through the proxy it's not working. thanks a lot in advance nagendra