Does the JavaMail API provide support for sending or receiving mail through a Microsoft Exchange server? Thanks, April
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Hi, JavaMail does not have any relation with whether ur server is Microsoft Exchange or anything. All it needs is a valid address of the mail server. I have developed a POP client and smtp client using JavaMail which connects to exchange server 5.5. It works perfectly fine.
Jai Shirole
Greenhorn
Joined: May 29, 2003
Posts: 1
posted
0
Hi Rajesh, I am also experimenting on connecting Exchange 5.5 server using JavaMail. Can you please give me some tips on the code. If you could send me sample POP and SMTP clients, I would be very thankful to you. Regards, jaitirth_shirole@hotmail.com