Re: CROSS PLATFORM MAILING SYSTEM

1999-11-26 Thread Thor HW
that outbound message look reasonable. 2. Yep, it can do what you need. Thor HW > -Original Message- > From: Venugopal MD [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 23, 1999 10:15 PM > To: [EMAIL PROTECTED] > Subject: CROSS PLATFORM MAILING SYSTEM > > > Hi All

Re: CROSS PLATFORM MAILING SYSTEM

1999-11-26 Thread Asha Balasubramanyan
: CROSS PLATFORM MAILING SYSTEM Hi All , I would like to write an application where i need to have a mailing system among the users of an intranet using their machine name .There will be multiple platforms among the users (Mainly WIN-NT and LINUX ) . Can anyone suggest me how to do this ?? I&#x

Re: CROSS PLATFORM MAILING SYSTEM

1999-11-24 Thread Madhavi Karanam
D]]On Behalf Of Thomas M. Sasala Sent: Wednesday, November 24, 1999 9:04 AM To: [EMAIL PROTECTED] Subject: Re: CROSS PLATFORM MAILING SYSTEM That works fine for sending mail, but what about reading mail? Also, JavaMail does do attachments. Finally, the API is a hard to get a grasp on

Re: CROSS PLATFORM MAILING SYSTEM

1999-11-24 Thread Thomas M. Sasala
That works fine for sending mail, but what about reading mail? Also, JavaMail does do attachments. Finally, the API is a hard to get a grasp on - the documentation is thin, but there are some example programs that generally give you hints on how things work. Have you considered

Re: CROSS PLATFORM MAILING SYSTEM

1999-11-24 Thread Stuart Butler
I used smtpMail class from http://coldjava.hypermart.net. I'd heard javamail was a bit awesome to get a handle on. And Sun's smtp mail class didn't seem to do attachments. smtpMail.class was simple to use and just what was needed. _

CROSS PLATFORM MAILING SYSTEM

1999-11-23 Thread Venugopal MD
Hi All , I would like to write an application where i need to have a mailing system among the users of an intranet using their machine name .There will be multiple platforms among the users (Mainly WIN-NT and LINUX ) . Can anyone suggest me how to do this ?? I've few Questions about this to st