how to send an email using javamail

India
January 14, 2010 8:24am CST
can anybody explain ,how to send an email through java.i have a lot of problem in compiling and executing java mail program
2 responses
• India
17 Jul 10
hi arun.. try to use the java mail api...standard.jar will have this... try create a transport and session with the javamail api and yoc write email program with this
@lovedude (4447)
• India
12 Jun 10
you want a sample code for java mail api? Here is the example : http://www.vipan.com/htdocs/javamail.html Your problem may be solved before you read this answer but do comment if it's useful to you or not.