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 Run it:
src/main.rs:4
Check delivery status
Next steps
- Email client: attachments, CC/BCC, error handling
- Forms client: retrieve form schemas and submit responses