Hi all,
I am trying to write a simple
java program to send email using JavaMail API.
I have put mail.jar in my class path and used the following code for the same.
When i try to compile the above code , i get the following compilation error.
I can not understand why this error is coming.i manually tested the connectivity with our mail server using ping utility.But i am not sure why i am not able to connect to port 25(SMTP) . Can any body predict why this error is coming and suggest a solution?