Re: request for a sendmail java script

1998-10-23 Thread John Summerfield
On Thu, 22 Oct 1998, Matt Zagni wrote: > > Hi, > > Please could someone mail me an example of a sendmail java class file > and .java file or even a url where examples are located. IBM of course: http://www.alphaworks.ibm.com/ Look for the smtp packackage. Includes smtp (talks to sendmail) and

Re: request for a sendmail java script

1998-10-23 Thread Shafiek Savahl
; > rtnStatus = 1; //if sucessful return 1 > }catch (Exception e) >{ > System.err.println(e); >}finally {out.close();return rtnStatus;} > } > } > > > -Original Message- > > From: Matt Zagni [SMTP:[EMAIL PROTECTED]] > > Sent: Thurs

Re: request for a sendmail java script

1998-10-22 Thread Matt Zagni
Cc: 'Matt Zagni' <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Subject: Re: request for a sendmail java script > Content-Transfer-Encoding: 7bit > > Matt, > > I would also sugest that you check out the O'Reilly book "Java Examples > in a Nutshell&quo

Re: request for a sendmail java script

1998-10-22 Thread mlorton
> I would also sugest that you check out the O'Reilly book "Java Examples > in a Nutshell". You can download all the examples for this book at: > > http://www.oreilly.com/catalog/jenut/examples/ There's also a JavaMail API which has drivers for SendMail (actually for SMTP). M.

Re: request for a sendmail java script

1998-10-22 Thread Raymond Lambe
rtnStatus = 1; //if sucessful return 1 > }catch (Exception e) >{ > System.err.println(e); >}finally {out.close();return rtnStatus;} > } > } > > > -Original Message- > > From: Matt Zagni [SMTP:[EMAIL PROTECTED]] > > Sent: Thursday, October 22, 1998 3:45 AM > > To: [EMAIL PROTECTED] > > Subject: request for a sendmail java script > > > > > > Hi, > > > > Please could someone mail me an example of a sendmail java class file > > and .java file or even a url where examples are located. > > > > Many thanks > > > > Matt

RE: request for a sendmail java script

1998-10-22 Thread Nguyen, Tram N.
ption e) { System.err.println(e); }finally {out.close();return rtnStatus;} } } > -Original Message- > From: Matt Zagni [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, October 22, 1998 3:45 AM > To: [EMAIL PROTECTED] > Subject: request for a sendmail java scr

request for a sendmail java script

1998-10-22 Thread Matt Zagni
Hi, Please could someone mail me an example of a sendmail java class file and .java file or even a url where examples are located. Many thanks Matt