PostaSmtpRelayOptions Properties
ClassProperties7 members
Parameter-based configuration options for Posta's authenticated SMTP relay.
Gets or sets whether the SMTP relay is enabled.
public IResourceBuilder<ParameterResource>? Enabled { get; set; }Gets or sets the relay bind address.
public IResourceBuilder<ParameterResource>? Host { get; set; }Gets or sets the hostname announced by the relay.
public IResourceBuilder<ParameterResource>? Hostname { get; set; }Gets or sets the maximum message size in bytes.
public IResourceBuilder<ParameterResource>? MaxMessageSize { get; set; }Gets or sets the relay listener port.
public IResourceBuilder<ParameterResource>? Port { get; set; }Gets or sets the per-IP session rate limit.
public IResourceBuilder<ParameterResource>? RateLimit { get; set; }Gets or sets the rate-limit window in seconds.
public IResourceBuilder<ParameterResource>? RateWindow { get; set; }