Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
~238 People Reached
Favorite Forums
Web Development x 1
1 Posted Topic
Re: jsp mail problem
you should set mail server, example:bestmailserver of firstmailserver. If u test on localhost: u should change "transport.connect("smtp.gmail.com",587,"[email protected]","xxx");" by : transport.connect("localhost",25,null,null); I tried and success.
The End.
Phucok88