Skip to content
Docs Try Aspire
Docs Try

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

property connectionStringExpression ReferenceExpression get
ConnectionString for the Papercut SMTP server in the form of smtp://host:port.
property host EndpointReferenceExpression get
Gets the host endpoint reference for the SMTP endpoint.
property port EndpointReferenceExpression get
Gets the port endpoint reference for the SMTP endpoint.
property uriExpression ReferenceExpression get
Gets the connection URI expression for the Papercut SMTP endpoint.