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.

FYI:
JavaMail API - http://java.sun.com/products/javamail/index.html
JavaMailAPI tutorial -
http://developer.java.sun.com/developer/onlineTraining/JavaMail/

Good Luck!

-Jeff

http://www.openalternatives.com


-----Original Message-----
From: Palacios, Gethsemani [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 23, 2001 11:17 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Accessing James via another program..


Yes it only needs to have JAMES send out a customized email.
Are you saying that I should use JavaMail API to send email directly
from
the application?

getsa

> -----Original Message-----
> From: Dale Applegate [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, October 23, 2001 10:10 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: Accessing James via another program..
> 
> 
> Java? Use the JavaMail API to create an SMTP mail and then send it to
your
> James server. Of course, James is a SMTP server listening for such
mail
> messages.
> Does your other program only need to send out email?
> 
> 
> 
>  
> 
>                     "Palacios, Gethsemani"
> 
>                     <Gethsemani.Palacios@ma       To:
> "'[EMAIL PROTECTED]'"                           
>                     il.va.gov>
> <[EMAIL PROTECTED]>                                    
>                                                   cc:
> 
>                     10/23/2001 09:34 AM           Subject:
Accessing
> James via another program..                  
>                     Please respond to
> 
>                     james-user
> 
>  
> 
>  
> 
> 
> 
> 
> 
> We have this program that has to send emails and we are using JAMES.
> How do we access the JAMES  server via another program.
> 
> Any direction or suggestions are appreciated!
> 
> ---------------------------------------------------------------------
> 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]

---------------------------------------------------------------------
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]

Reply via email to