SmtpClientSettings.this

Creates new smtp client settings.

  1. this()
  2. this(string host, ushort port)
    class SmtpClientSettings
    final
    this
    (
    string host
    ,
    ushort port
    )
  3. 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.

Meta