[6088] in java-interest
Re: e-mail generation from Java
daemon@ATHENA.MIT.EDU (Alex Gitelman)
Tue Mar 19 14:07:37 1996
Date: Mon, 18 Mar 1996 23:11:14 -0800
Reply-To: Java Interest <JAVA-INTEREST@JAVASOFT.COM>
From: Alex Gitelman <alexgit@SFSU.EDU>
To: Multiple recipients of list JAVA-INTEREST
<JAVA-INTEREST@JAVASOFT.COM>
In-Reply-To: <199603182101.VAA21974@mag-net.co.uk>
Hi,
You may simply open a socket to port 25 of desired host and use standard
commands like helo,mail from: e.t.c.
It's probably easiest way.
Alex Gitelman
alexgit@sfsu.edu
http://futon.sfsu.edu/~alexgit
(510)-848-9014
On Mon, 18 Mar 1996, Alan Masters wrote:
> Please could you help ?
>
> I am planning to put together a GUI written in Java which on completion
> is required to send an e-mail to one or more people.
>
> I have tried looking through the API documentation for JDK 1.0, but
> cannot find anything obvious.
>
> Please could anybody advise how I might do this ?
>
>
> Alan Masters.
>