Do
MailSession mailSession = new MailSession();
| mailSession.setXXX();
| ...
| mailSession.create();
|
| Contexts.getEventContext().set("org.jboss.seam.mailSession", mailSession);
There is not much doc on MailSession as it's not part of the Seam public API ;)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119756#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...