RE: please help me, from yoursUrey

2000-12-12 Thread Kevin Wang

JavaMail API from Sun is all you need. It contains both smtp and pop3
implementation and all documents on how to use them.

Kevin

-Original Message-
From: ureyurey [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 11, 2000 7:12 PM
To: Orion-Interest
Cc: [EMAIL PROTECTED]
Subject: please help me, from yoursUrey


Dear Sir.
  Could you please tell  me how to use JavaMail API to send and  receive
mails on Orion?
  Did the Orion provide the service of the SMTP,POP3...£¿
  What's required for us to use JavaMail API to send and receive mails on
Orion?
and do I need to install a mail server to provide the service of
SMTP,POP3 when i use JavaMail API to send and receive mails on  Orion£¿

Thanks a lot,
yoursUrey

- Original Message -
From: "Daniel C. DiCesare" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Monday, December 11, 2000 4:52 PM
Subject: Re: Anyone help me of Javamail ?


 I maybe able to help. What is the question?

 -Danno
 - Original Message -
 From: "ureyurey" [EMAIL PROTECTED]
 To: "Orion-Interest" [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Monday, December 11, 2000 5:43 AM
 Subject: Anyone help me of Javamail ?


 hi,
 i'm trying to send  recieve mails using javamail api 
 ejb.
 pls..., anyone help me out.
 write in details...
 thanks

 yoursUrey



 __


==ETH;Acir
c;Agrave;Euml;Atilde;acirc;¡¤Ntilde;micro;ccedil;
 ¡ÁOacute;Oacute;Ecirc;Iuml;auml; http://mail.sina.com.cn

ETH;Acirc;Agrave;Euml;Iacute;AElig;sup3;ouml;¡ãAcirc;Ocirc;Euml;
para;Igrave;ETH;Aring;Iuml;cent;Ecirc;Ouml;raquo;¨²micro;atilde;s
up2;yen;¡¤thorn;Icirc;ntilde;
 http://sms.sina.com.cn/



__

==ÐÂÀËÃâ·Ñµç
×ÓÓÊÏä http://mail.sina.com.cn
ÐÂÀËÍƳö°ÂÔ˶ÌÐÅÏ¢ÊÖ»úµã²¥·þÎñ
http://sms.sina.com.cn/




Re: please help me, from yoursUrey

2000-12-11 Thread Tim Endres

 Dear Sir.
   Could you please tell  me how to use JavaMail API to send and  receive mails on 
Orion?
   Did the Orion provide the service of the SMTP,POP3...£¿
   What's required for us to use JavaMail API to send and receive mails on Orion?
 and do I need to install a mail server to provide the service of SMTP,POP3
 when i use JavaMail API to send and receive mails on  Orion£¿

This has nothing to do with Orion, other than how to place the mail.jar and
archive.jar files, which has been addressed on this list before, and which
is archived for your reference. See the mailing list archives.

As for using JavaMail, I recommend that you start with the API JavaDocs and
the sample code provided with the JavaMail package, which you can download
from Sun.