SmtpClientSettings.this

Creates new smtp client settings.

  1. this()
  2. this(string host, ushort port)
  3. this(string host, ushort port, string username, string password)
    class SmtpClientSettings
    final
    this
    (
    string host
    ,
    ushort port
    ,
    string username
    ,
    string password
    )

Parameters

host string

The host of the smtp server.

port ushort

The port of the smtp server.

username string

The username to use for the authentication.

password string

The password to use for the authentication.

Meta