[jboss-user] [JBoss Seam] - Re: Configuring Seam Mail programmatically

pete.muir@jboss.org do-not-reply at jboss.com
Mon Jan 14 12:39:29 EST 2008


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#4119756

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119756



More information about the jboss-user mailing list