# PapercutSmtpContainerResource Constructors

- Package: [CommunityToolkit.Aspire.Hosting.PapercutSmtp](/reference/api/csharp/communitytoolkit.aspire.hosting.papercutsmtp.md)
- Type: [PapercutSmtpContainerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.papercutsmtp/papercutsmtpcontainerresource.md)
- Kind: `Constructors`
- Members: `1`

Resource for the Papercut SMTP server.

## PapercutSmtpContainerResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/67afcca30f02c18687f9c5219313710af9706630/src/CommunityToolkit.Aspire.Hosting.PapercutSmtp/PapercutSmtpContainerResource.cs#L7)

Resource for the Papercut SMTP server.

```csharp
public class PapercutSmtpContainerResource
{
    public PapercutSmtpContainerResource(
        string name)
    {
        // ...
    }
}
```

## Parameters

- `name` (`string`)
