public class Smtp<T extends Smtp> extends Object
| Constructor and Description |
|---|
Smtp() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
outboundSocketBindingRef()
Outbound Socket binding to mail server
|
T |
outboundSocketBindingRef(String value)
Outbound Socket binding to mail server
|
String |
password()
Password to authenticate on server
|
T |
password(String value)
Password to authenticate on server
|
Boolean |
ssl()
Does server require SSL?
|
T |
ssl(Boolean value)
Does server require SSL?
|
Boolean |
tls()
Does server require TLS?
|
T |
tls(Boolean value)
Does server require TLS?
|
String |
username()
Username to authenticate on server
|
T |
username(String value)
Username to authenticate on server
|
public String getKey()
public String outboundSocketBindingRef()
public T outboundSocketBindingRef(String value)
public String password()
public Boolean ssl()
public Boolean tls()
public String username()
Copyright © 2015 JBoss by Red Hat. All rights reserved.