Documentation Index
Fetch the complete documentation index at: https://docs.paubox.com/llms.txt
Use this file to discover all available pages before exploring further.
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 → Add → Reference → Browse → select Paubox.Email.API.dll.Or in your .csproj:Instantiate the client
Pass your API key and username directly to the constructor:For ASP.NET Core applications, see Authentication for the
IConfiguration approach.Next steps
- Email client: bulk send, attachments, dynamic templates, error handling
- Forms client: retrieve form schemas and submit responses