Rust
Axum
Send your first email using Axum and the Resend Rust SDK.
Prerequisites
To get the most out of this guide, you’ll need to:
1. Install
Get the Resend Rust SDK and the Tokio runtime.
2. Send an Email
Opening your browser at http://localhost:3000
(or running curl localhost:3001
) should send an
email and return you its id!
3. Try it yourself!
Axum Example
See the full source code.
Was this page helpful?