SmtpLogin |
| Name | Description | |
|---|---|---|
| LoginPLAIN(String, String) | Logs user in using AUTH PLAIN command. This method sends the password in clear text (BASE64), unless SSL/TLS connection is used. | |
| LoginPLAIN(String, String, String) | Logs user in using AUTH PLAIN command. This method sends the password in clear text (BASE64), unless SSL/TLS connection is used. |