Hello, I want to allow a SessionBean and an application client to send email. I guess all I really need to do is set up Orion to provide me a javax.mail.Session through JNDI and use that Session object instead of Session.getDefaultInstance(). Am I correct about this? Could someone give me pointers on how to setup the .xml files. I am guessing that I need to modify server.xml and create a mail.xml for the server configuration. And in the orion-ejb-jar.xml and application-client.xml I need to make some entries for the beans and application client. Could someone please help me with the actual entries. Thanks, Vidur
