Hi,
I am using websphere and trying to use javax.mail api . However i am receiving the errors as I am not able to
import javax.activation.*;
import javax.mail.*;
the statements, the reason is Websphere does not recognize them, I am not sure whether i have the javax package. Could any one help me out on how to get the javax package and configure it in Websphere.
Thank you.