-
JavaMail configuration on Oracle Application Server 10.1.3 (1 messages)
- Posted by: Nagaraju Ramanna
- Posted on: August 11 2006 18:40 EDT
Hi Friends, I need to configure JavaMail in Oracle Application server 10.1.3. If any of you worked on the same, please do let me know. There is no such option available on Oracle Administration Console. Thanks in advance -NagarajuThreaded Messages (1)
- Re: JavaMail configuration on Oracle Application Server 10.1.3 by Charles Lee on August 14 2006 06:19 EDT
-
Re: JavaMail configuration on Oracle Application Server 10.1.3[ Go to top ]
- Posted by: Charles Lee
- Posted on: August 14 2006 06:19 EDT
- in response to Nagaraju Ramanna
in 10.1.2 (sould be fine for 10.1.3 too) you need to add this in you orion-application.xml Then you can use JNDI look up to obtains a javax.mail.Session. e.g. javax.mail.Session mailSession = (javax.mail.Session) ctx.lookUp("mail/MailSession");