PostaEmailVerificationOptions
Classsealednet10.0
Parameter-based configuration options for Posta email verification.
namespace CommunityToolkit.Aspire.Hosting.Posta;
public sealed class PostaEmailVerificationOptions{ // ...}7 members
Constructors1
Section titled ConstructorsProperties6
Section titled PropertiesAutoSuppressOnRejectget; setIResourceBuilder<ParameterResource> Gets or sets whether permanently rejected recipients are added to the suppression list.
CacheTtlHoursget; setIResourceBuilder<ParameterResource> Gets or sets how long address-level verification results are cached, in hours.
Enabledget; setIResourceBuilder<ParameterResource> Gets or sets whether the email verification endpoint is enabled.
MxCacheTtlHoursget; setIResourceBuilder<ParameterResource> Gets or sets how long domain MX lookups are cached, in hours.
RateHourlyget; setIResourceBuilder<ParameterResource> Gets or sets the per-user hourly cap on verification requests.
Requiredget; setIResourceBuilder<ParameterResource> Gets or sets whether users must verify their email address before sign-in.