PapercutSmtpContainerResource
Handle
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
connectionStringExpressionReferenceExpressiongetConnectionString for the Papercut SMTP server in the form of smtp://host:port.
property
hostEndpointReferenceExpressiongetGets the host endpoint reference for the SMTP endpoint.
property
portEndpointReferenceExpressiongetGets the port endpoint reference for the SMTP endpoint.
property
uriExpressionReferenceExpressiongetGets the connection URI expression for the Papercut SMTP endpoint.