| Modifier and Type | Class and Description |
|---|---|
class |
JavaMailSessionBuilderImp |
| Modifier and Type | Method and Description |
|---|---|
JavaMailSessionBuilder |
JavaMailSessionBuilder.customPort(int port)
Sets a standard port number for SMTP gateway.
|
JavaMailSessionBuilder |
JavaMailSessionBuilderImp.customPort(int port)
Sets a standard port number for SMTP gateway.
|
JavaMailSessionBuilder |
JavaMailSessionBuilder.host(String host,
AlwaysTrustSSL alwaysTrustSSL)
Sets the hostname of SMTP gateway.
|
JavaMailSessionBuilder |
JavaMailSessionBuilderImp.host(String host,
AlwaysTrustSSL alwaysTrustSSL)
Sets the hostname of SMTP gateway.
|
JavaMailSessionBuilder |
JavaMailSessionBuilderFactory.newInstance() |
JavaMailSessionBuilder |
JavaMailSessionBuilder.port(SmtpPort smtpPort)
Sets a standard port number for SMTP gateway.
|
JavaMailSessionBuilder |
JavaMailSessionBuilderImp.port(SmtpPort smtpPort)
Sets a standard port number for SMTP gateway.
|
JavaMailSessionBuilder |
JavaMailSessionBuilder.usernameAndPassword(String username,
String password)
Optional: Sets the username and password to authenticate with SMTP gateway.
|
JavaMailSessionBuilder |
JavaMailSessionBuilderImp.usernameAndPassword(String username,
String password)
Optional: Sets the username and password to authenticate with SMTP gateway.
|
Copyright © 2013–2020. All rights reserved.