Skip to main content
1

Add the dependency

Add paubox and tokio to your Cargo.toml:
2

Set your credentials

Export your API key and username as environment variables:
To obtain credentials, see Authentication.
3

Send your first email

Create src/main.rs:
Run it:
4

Check delivery status

Next steps