| Package | Description |
|---|---|
| org.simplejavamail.api.mailer | |
| org.simplejavamail.mailer | |
| org.simplejavamail.springsupport |
Contains the only exposed API of this module which is the entry class to import into Spring.
|
| Modifier and Type | Method and Description |
|---|---|
Mailer |
MailerFromSessionBuilder.buildMailer()
Builds the actual
Mailer instance with everything configured on this builder instance. |
Mailer |
MailerGenericBuilder.buildMailer() |
Mailer |
MailerRegularBuilder.buildMailer()
Builds the actual
Mailer instance with everything configured on this builder instance. |
| Modifier and Type | Method and Description |
|---|---|
static Mailer |
MailerBuilder.buildMailer()
Shortcuts to
MailerRegularBuilder.buildMailer(). |
| Modifier and Type | Method and Description |
|---|---|
Mailer |
SimpleJavaMailSpringSupport.defaultMailer(MailerGenericBuilder<?> defaultMailerBuilder) |
Copyright © 2009–2023. All rights reserved.