| Package | Description |
|---|---|
| org.simplejavamail.api.mailer | |
| org.simplejavamail.api.mailer.config |
| Modifier and Type | Method and Description |
|---|---|
@Nullable TransportStrategy |
MailerRegularBuilder.getTransportStrategy() |
@Nullable TransportStrategy |
Mailer.getTransportStrategy() |
| Modifier and Type | Method and Description |
|---|---|
T |
MailerRegularBuilder.withTransportStrategy(@NotNull TransportStrategy transportStrategy)
To learn more about the various transport modes, the properties they set and the security
implications, please refer to the full TransportStrategy
javadoc. |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable TransportStrategy |
TransportStrategy.findStrategyForSession(jakarta.mail.Session session)
For internal use only.
|
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.
|
Copyright © 2009–2023. All rights reserved.