PostaSystemSmtpOptions
Classsealednet10.0
Parameter-based configuration options for Posta system SMTP notifications.
namespace CommunityToolkit.Aspire.Hosting.Posta;
public sealed class PostaSystemSmtpOptions{ // ...}7 members
Constructors1
Section titled ConstructorsProperties6
Section titled PropertiesEncryptionget; setIResourceBuilder<ParameterResource> Gets or sets the system SMTP encryption mode: none, ssl, or starttls.
Fromget; setIResourceBuilder<ParameterResource> Gets or sets the system SMTP from address.
Hostget; setIResourceBuilder<ParameterResource> Gets or sets the system SMTP server host used for platform notifications.
Passwordget; setIResourceBuilder<ParameterResource> Gets or sets the system SMTP password.
Portget; setIResourceBuilder<ParameterResource> Gets or sets the system SMTP server port.
Usernameget; setIResourceBuilder<ParameterResource> Gets or sets the system SMTP username.