Re: [JBoss-user] [NEWBIE] Configuring the mail server with Jboss

2003-06-08 Thread Ricardo Argüello
Edit the server/default/deploy/mail-service.xml file. Ricardo Argüello - Original Message - From: "Marco Tedone" <[EMAIL PROTECTED]> To: "JBoss-user-list" <[EMAIL PROTECTED]> Sent: Sunday, June 08, 2003 6:05 PM Subject: [JBoss-user] [NEWBIE] Configuring t

[JBoss-user] [NEWBIE] Configuring the mail server with Jboss

2003-06-08 Thread Marco Tedone
Hi, from my book I'm learning that a J2EE container should provide support for JavaMail and that in order to get a Mail session it would be enough to lookup something like the following: javax.mail.Session session = (javax.mail.Session) initial.lookup("java:/Mail"); Now, my question is: wh