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
: 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
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
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
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.
_
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