# 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/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.PapercutSmtp/PapercutSmtpContainerResource.cs#L10)

Resource for the Papercut SMTP server.

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

## Parameters

- `name` (`string`)
  The name of the resource.
