PostaEmailVerificationOptions Properties
ClassProperties6 members
Parameter-based configuration options for Posta email verification.
Gets or sets whether permanently rejected recipients are added to the suppression list.
public IResourceBuilder<ParameterResource>? AutoSuppressOnReject { get; set; } Gets or sets how long address-level verification results are cached, in hours.
public IResourceBuilder<ParameterResource>? CacheTtlHours { get; set; } Gets or sets whether the email verification endpoint is enabled.
public IResourceBuilder<ParameterResource>? Enabled { get; set; } Gets or sets how long domain MX lookups are cached, in hours.
public IResourceBuilder<ParameterResource>? MxCacheTtlHours { get; set; } Gets or sets the per-user hourly cap on verification requests.
public IResourceBuilder<ParameterResource>? RateHourly { get; set; } Gets or sets whether users must verify their email address before sign-in.
public IResourceBuilder<ParameterResource>? Required { get; set; }