| Package | Description |
|---|---|
| org.wildfly.swarm.config.mail | |
| org.wildfly.swarm.config.mail.mail_session |
| Modifier and Type | Method and Description |
|---|---|
SMTPServer |
MailSession.smtpServer()
Mail session server
|
| Modifier and Type | Method and Description |
|---|---|
MailSession |
MailSession.smtpServer(SMTPServer value)
Mail session server
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMTPServer<T extends SMTPServer>
Mail session server
|
interface |
SMTPServerConfigurator<T extends SMTPServer> |
| Modifier and Type | Method and Description |
|---|---|
SMTPServer |
SMTPServer.outboundSocketBindingRef(String value)
Outbound Socket binding to mail server
|
SMTPServer |
SMTPServer.password(String value)
Password to authenticate on server
|
SMTPServer |
SMTPServer.ssl(Boolean value)
Does server require SSL?
|
SMTPServer |
SMTPServer.tls(Boolean value)
Does server require TLS?
|
SMTPServer |
SMTPServer.username(String value)
Username to authenticate on server
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.