BuildMaster SDK Reference
Version:

BuildMasterConfig.Smtp Class

Contains Smtp configuration settings.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.BuildMasterConfig<Inedo.BuildMaster.BuildMasterConfig.Smtp>
      • Inedo.BuildMaster.BuildMasterConfig.Smtp

Syntax

public class BuildMasterConfig.Smtp : BuildMasterConfig<BuildMasterConfig.Smtp>

Properties

Name Description
FromAddress

Gets or sets the 'from' email address used by BuildMaster when sending email.

Host

Gets or sets the hostname of the SMTP server.

Password

Gets or sets the password for authenticated SMTP connections.

Port

Gets or sets the port of the SMTP server

SslEnabled

Gets or sets a value indicating whether SSL should be enabled for the STMP server connection.

UserName

Gets or sets the user name for authenticated SMTP connections. If not specified, anonymous authentication will be used.