EmailSettings
Kind: class
Full name: Thycotic.PowerShell.Configuration.EmailSettings
Namespace: Thycotic.PowerShell.Configuration
Constructors
new()(default)
Properties
| Name | Type | Access | Default |
|---|---|---|---|
FromEmailAddress | string | read/write | — |
FromEmailName | string | read/write | — |
SendLegacyEmails | bool | read/write | — |
SmtpCheckCertificateRevocation | bool | read/write | — |
SmtpDomain | string | read/write | — |
SmtpPassword | string | read/write | — |
SmtpPort | int | read/write | — |
SmtpServer | string | read/write | — |
SmtpUseCredentials | bool | read/write | — |
SmtpUseImplicitSSL | bool | read/write | — |
SmtpUserName | string | read/write | — |
SmtpUseSSL | bool | read/write | — |