Class WebEmailConfig.ConfigurableJavaMailSenderImpl
- java.lang.Object
-
- org.springframework.mail.javamail.JavaMailSenderImpl
-
- ca.corefacility.bioinformatics.irida.config.services.WebEmailConfig.ConfigurableJavaMailSenderImpl
-
- All Implemented Interfaces:
WebEmailConfig.ConfigurableJavaMailSender
,org.springframework.mail.javamail.JavaMailSender
,org.springframework.mail.MailSender
- Enclosing class:
- WebEmailConfig
public static class WebEmailConfig.ConfigurableJavaMailSenderImpl extends org.springframework.mail.javamail.JavaMailSenderImpl implements WebEmailConfig.ConfigurableJavaMailSender
Implementation ofWebEmailConfig.ConfigurableJavaMailSender
.
-
-
Constructor Summary
Constructors Constructor Description ConfigurableJavaMailSenderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
isConfigured()
Check to see if the mail server has been configured correctly.-
Methods inherited from class org.springframework.mail.javamail.JavaMailSenderImpl
connectTransport, createMimeMessage, createMimeMessage, doSend, getDefaultEncoding, getDefaultFileTypeMap, getHost, getJavaMailProperties, getPassword, getPort, getProtocol, getSession, getTransport, getUsername, send, send, send, send, send, send, setDefaultEncoding, setDefaultFileTypeMap, setHost, setJavaMailProperties, setPassword, setPort, setProtocol, setSession, setUsername, testConnection
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
isConfigured
public java.lang.Boolean isConfigured()
Check to see if the mail server has been configured correctly.- Specified by:
isConfigured
in interfaceWebEmailConfig.ConfigurableJavaMailSender
- Returns:
Boolean.TRUE
if configured,Boolean.FALSE
if unconfigured.
-
-