Overload List
| Name | Description | |
|---|---|---|
| Connect(String) |
Connects to the SMTP server.
| |
| Connect(String, SslMode) |
Connects to the SMTP server with the specified security. Uses port 25 for no SSL, 587 for explicit SSL and 465 for implicit SSL.
| |
| Connect(String, Int32) |
Connects to the SMTP server.
| |
| Connect(String, Int32, SslMode) |
Connects to the SMTP server with the specified security.
| |
| Connect(String, Int32, TlsParameters, SmtpSecurity) | Obsolete. |