| Package | Description |
|---|---|
| org.simplejavamail.api.mailer | |
| org.simplejavamail.api.mailer.config | |
| org.simplejavamail.mailer |
| Modifier and Type | Method and Description |
|---|---|
@Nullable TransportStrategy |
Mailer.getTransportStrategy() |
@Nullable TransportStrategy |
MailerRegularBuilder.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.
|
| Modifier and Type | Method and Description |
|---|---|
static org.simplejavamail.mailer.internal.MailerRegularBuilderImpl |
MailerBuilder.withTransportStrategy(@NotNull TransportStrategy transportStrategy)
|
Copyright © 2009–2024. All rights reserved.