Package | Description |
---|---|
org.codemonkey.simplejavamail |
Modifier and Type | Method and Description |
---|---|
static TransportStrategy |
TransportStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportStrategy[] |
TransportStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Mailer(String host,
Integer port,
String username,
String password,
TransportStrategy transportStrategy)
Overloaded constructor which produces a new
Session on the fly. |
Copyright © 2016. All rights reserved.