I am using java mail package to send mails from my mail server. I am able to send mails successfully from my unix system, but unable to send mails from win'98 system. could someone help me find a solution so that it works on both systems. Appreciate your help. Thanks,
nagesh vutukuru
Greenhorn
Joined: May 25, 2001
Posts: 10
posted
0
Pls. check the mail host and also ensure that mail.jar and activation.jar are in CLASSPATH
Mandy Smith
Ranch Hand
Joined: Jun 26, 2001
Posts: 62
posted
0
Pls. check the mail host and also ensure that mail.jar and activation.jar are in CLASSPATH All these mail.jar, activation.jar, pop3.jar are included in my classpath and works fine if i send mail from unix system, but doesn't work on windows system. Appreciate any further help. Thanks,