James is a mail server. It can be used with any standard Java Mail API. From the moment when it starts (and you can start it independently from other containers, as a service), you've got a mail server listening on a particular address ready to send/receive messages on ports 25/110 if you used the standard. Once listening, you can write a Java application that used the standard mail API to connect to the server and send/receive messages.
HTH, Marco ----- Original Message ----- From: "Tuan Jean Tee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 12, 2004 4:43 AM Subject: Re: Can I start James using Web Application? > Melroy, > > do you use any Java code (servlet or Bean) to start James? > > do you also put James under the JBoss directory? > > thank you for your prompt response. > > TJ > > >>> [EMAIL PROTECTED] 12/Mar/2004 03:26:57 pm >>> > > > > > There should be no interference between either of them. I run > JBoss/Jetty > and James on the same server (currently) > > JBoss sends mail via James. > > Melroy > > > > > "Tuan Jean Tee" > > <[EMAIL PROTECTED] To: > <[EMAIL PROTECTED]> > > llison.com> cc: > > Subject: Can I > start James using Web Application? > 12/03/2004 15:03 > > Please respond to > > "James Users List" > > > > > > > > > > Hi! Can I find out if anyone has tried to start James when a > Application > Server starts (ie Tomcat or WebSphere). Thanks. > > > IMPORTANT - > > This email and any attachments are confidential and may be privileged > in > which case neither is intended to be waived. If you have received this > message in error, please notify us and remove it from your system. It > is > your responsibility to check any attachments for viruses and defects > before > opening or sending them on. Where applicable, liability is limited by > the > Solicitors Scheme approved under the Professional Standards Act 1994 > (NSW). > Minter Ellison collects personal information to provide and market our > services. For more information about use, disclosure and access, see > our > privacy policy at www.minterellison.com. > > > --------------------------------------------------------------------- > 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]
