| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.mail |
| Modifier and Type | Method and Description |
|---|---|
List<MailSession> |
Mail.MailResources.mailSessions()
Get the list of org.wildfly.swarm.config.mail.MailSession resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Mail.mailSession(MailSession value)
Add the org.wildfly.swarm.config.mail.MailSession object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Mail.mailSessions(List<MailSession> value)
Add all org.wildfly.swarm.config.mail.MailSession objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
MailSession |
MailSession.custom(Custom value)
Add the org.wildfly.swarm.config.mail.mail_session.Custom object to the list of subresources
|
MailSession |
MailSession.customs(List<Custom> value)
Add all org.wildfly.swarm.config.mail.mail_session.Custom objects to this subresource
|
MailSession |
MailSession.debug(Boolean value)
Enables JavaMail debugging
|
MailSession |
MailSession.from(String value)
From address that is used as default from, if not set when sending
|
MailSession |
MailSession.imapServer(ImapServer value)
Mail session server
|
MailSession |
MailSession.jndiName(String value)
JNDI name to where mail session should be bound
|
MailSession |
MailSession.pop3Server(Pop3Server value)
Mail session server
|
MailSession |
MailSession.smtpServer(SmtpServer value)
Mail session server
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.