Class MailProperties
java.lang.Object
org.springframework.boot.mail.autoconfigure.MailProperties
Configuration properties for email support.
- Since:
- 4.0.0
- Author:
- Oliver Gierke, Stephane Nicoll, EddĂș MelĂ©ndez
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String
getHost()
@Nullable String
@Nullable String
@Nullable Integer
getPort()
getSsl()
@Nullable String
void
setDefaultEncoding
(Charset defaultEncoding) void
void
setJndiName
(@Nullable String jndiName) void
setPassword
(@Nullable String password) void
void
setProtocol
(String protocol) void
setUsername
(@Nullable String username)
-
Constructor Details
-
MailProperties
public MailProperties()
-
-
Method Details
-
getHost
-
setHost
-
getPort
-
setPort
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getProtocol
-
setProtocol
-
getDefaultEncoding
-
setDefaultEncoding
-
getProperties
-
getJndiName
-
setJndiName
-
getSsl
-