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]