Yeah, straight SMTP via socket comm should suffice given the limited knowledge of the application. However, not knowing much about the app (do they have future plans to tie into IMAP, POP, require log-in authentication, etc.) I wanted to let everyone know that the JNI is an available option...
Peace..... -Jeff -----Original Message----- From: Philipp Taprogge (Lightweaver) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 1:33 PM To: [EMAIL PROTECTED] Subject: Re: Accessing James via another program.. Hi! Letendre, Jeff wrote: > If your app is written in Java, then the JavaMailAPI is the way to go. > > If your app isn't written in Java, you might want to make straight > socket connections to James' SMTP port (IANA and James default SMTP port > is 25) and use the SMTP protocol to communicate with James. Another > alternative would be to write a JNI that ties into the JavaMail API. I'd say mail transfer by tcp port 25 should do the trick. Patching some native methods into the API seems like overkill to me if you just want to send SMTP mail... CU Phil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
