22.8. Mail-related components

22.8. Mail-related components

These components are for use with Seam's Email support

org.jboss.seam.mail.mailSession

Manager component for a JavaMail Session .

  • org.jboss.seam.mail.mailSession.host the hostname of the SMTP server to use

  • org.jboss.seam.mail.mailSession.port the port of the SMTP server to use

  • org.jboss.seam.mail.mailSession.username the username to use to connect to the SMTP server.

  • org.jboss.seam.mail.mailSession.password the password to use to connect to the SMTP server

  • org.jboss.seam.mail.mailSession.debug enable JavaMail debugging (very verbose)

  • org.jboss.seam.mail.mailSession.sessionJndiName name under which a javax.mail.Session is bound to JNDI