hi Ganesh
in your code, i have only changed the to,from,cc,bcc,subject.
but i got the following error message.
DEBUG: setDebug: JavaMail version 1.3.2
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.s
mtp.SMTPTransport,Sun Microsystems, Inc]
DEBUG SMTP: useEhlo true, useAuth false
DEBUG SMTP: trying to connect to host "your SMTP server IP", port 25, isSSL fals
e
Unable to send your messagejavax.mail.MessagingException: Unknown SMTP host: you
r SMTP server IP;
nested exception is:
java.net.UnknownHostException: your SMTP server IP
What is the problem?