Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmh committed Sep 25, 2024
1 parent af3d8ae commit 4beda47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DocsV2/docs/Mailing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ To configure it, in `Program.cs` instead of calling `AddMailer()` you do:
```csharp
var builder = WebApplication.CreateBuilder(args);

builder.Services.AddScoped<MyHttpApiCustomMailer>();
builder.AddCustomMailer<MyHttpApiCustomMailer>();
```

Expand Down

0 comments on commit 4beda47

Please sign in to comment.