Skip to main content
1

Add the dependency

Add paubox and tokio to your Cargo.toml:
2

Set your credentials

Export your API key as an environment variable:
To obtain your API key, see Authentication.
3

Send your first email

Create src/main.rs:
Run it:
4

Check delivery status

Next steps