Skip to content
DocsTry Aspire
DocsTry

PapercutSmtpContainerResource

Handle
📦 CommunityToolkit.Aspire.Hosting.PapercutSmtp v13.4.0
interface PapercutSmtpContainerResource
extends IComputeResource,
IExpressionValue,
IManifestExpressionProvider,
IResource,
IResourceWithArgs,
IResourceWithConnectionString,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport,
IValueProvider,
IValueWithReferences {
readonly connectionStringExpression: ReferenceExpression;
readonly host: EndpointReferenceExpression;
readonly port: EndpointReferenceExpression;
readonly uriExpression: ReferenceExpression;
}

Properties

propertyconnectionStringExpressionReferenceExpressionget
ConnectionString for the Papercut SMTP server in the form of smtp://host:port.
propertyhostEndpointReferenceExpressionget
Gets the host endpoint reference for the SMTP endpoint.
propertyportEndpointReferenceExpressionget
Gets the port endpoint reference for the SMTP endpoint.
propertyuriExpressionReferenceExpressionget
Gets the connection URI expression for the Papercut SMTP endpoint.