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.
Obtain your credentials
The Email API requires two credentials:- API key: a secret token that authenticates your requests
- Username: your Paubox API endpoint username (not your login email)
Configure the initializer
Createconfig/initializers/paubox.rb:
Set environment variables
Add your credentials to your environment (e.g. via a.env file with dotenv-rails, Rails credentials, or your deployment platform’s secret management):
Forms client
PauboxRails::Forms::Client requires no credentials. Form submissions are associated with the form ID, not an API key.
Security notes
- Never hard-code credentials in initializer files — always read from environment variables or encrypted credentials.
- The gem does not log API keys or request bodies.