@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class MailService extends java.lang.Object implements DisposableBean, InitializingBean
Provides the entry point to the mail sending API.
| Constructor and description |
|---|
MailService(MailConfigurationProperties mailConfigurationProperties, MailMessageBuilderFactory mailMessageBuilderFactory) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
afterPropertiesSet() |
|
void |
destroy() |
|
boolean |
isDisabled() |
|
MailMessage |
sendMail(MailConfigurationProperties properties, groovy.lang.Closure callable) |
|
MailMessage |
sendMail(Config config, groovy.lang.Closure callable) |
|
MailMessage |
sendMail(groovy.lang.Closure callable) |
|
void |
setPoolSize(java.lang.Integer poolSize) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |