Derek Lin wrote:
does jboss come with an email server? My guess is not, but would like to see if anyone can confirm.Derek,
Thanks,
Derek
JBoss 2.4 and 3.0 come with easy ways to connect with a mail server:
2.4: $JBOSS_HOME/conf/default/mail.properties
3.0: $JBOSS_HOME/server/default/deploy/mail-service.xml
You can then look up in JNDI (java:Mail, for example) and use the JavaMail API.
As far as bundling an actual java mail server, I'm not sure - but I tend to doubt it. It probably wouldn't be too hard to write an MBean (if one doesn't already exist) around James - http://jakarta.apache.org/james/ - and hot-deploy it in JBoss, but I've never used it so I don't know.
If you are deploying your app at at even a small-sized company, they probably already have a mail server running you can connect to...
Hope this helps,
David
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user