[jboss-user] [EJB 3.0] - Re: How do I send an email inside an EJB3 Session Bean
fhh
do-not-reply at jboss.com
Fri Apr 13 14:05:33 EDT 2007
Inject the java:/Mail object (or look it up via JNDI) to get a mail session. (You have to configure it first.)...
... or use some simplified library like commons-mail.
Regards
Felix
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037186#4037186
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037186
More information about the jboss-user
mailing list