nagendra barla

Greenhorn
+ Follow
since Aug 17, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by nagendra barla

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
23 years ago
I got stucked with the same problem.if u got solution please mail to [email protected]
23 years ago
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);

u can get it
23 years ago
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
23 years ago