Skip to main content
1

Add the DLL reference

Download or clone the SDK repository, then add lib/Paubox.Email.API.dll as a reference in your project.In Visual Studio: right-click your project → AddReferenceBrowse → select Paubox.Email.API.dll.Or in your .csproj:
2

Instantiate the client

Pass your API key and username directly to the constructor:
For ASP.NET Core applications, see Authentication for the IConfiguration approach.
3

Send your first email

4

Check delivery status

Next steps

  • Email client: bulk send, attachments, dynamic templates, error handling
  • Forms client: retrieve form schemas and submit responses