public class SmtpProperties extends CommonProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
SmtpProperties.SmtpPropertiesBuilder
Builder class for
SmtpProperties. |
| Constructor and Description |
|---|
SmtpProperties(String email,
String password,
String name,
String host,
int port,
EncryptionType encryptionType,
int readTimeout,
int connectionTimeout,
int writeTimeout,
boolean debug,
Charset charset,
Map<String,Object> extraProperties,
int maxAttemptsOfRequest,
int attemptDelayOfRequest)
The constructor of this class.
|
| Modifier and Type | Method and Description |
|---|---|
static SmtpProperties.SmtpPropertiesBuilder |
builder()
Returns the builder of this class.
|
getExtraPropertiespublic SmtpProperties(String email, String password, String name, String host, int port, EncryptionType encryptionType, int readTimeout, int connectionTimeout, int writeTimeout, boolean debug, Charset charset, Map<String,Object> extraProperties, int maxAttemptsOfRequest, int attemptDelayOfRequest)
public static SmtpProperties.SmtpPropertiesBuilder builder()
Copyright © 2023. All rights reserved.