Skip to content

Commit

Permalink
docs: Add note to readme about supporting Sendgrid (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski authored Oct 11, 2024
1 parent b05100d commit 726779b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ and [Poem](https://github.com/poem-web/poem).
- Built-in support for [Sidekiq.rs](https://crates.io/crates/rusty-sidekiq) for running async/background jobs (requires
the `sidekiq` feature)
- Built-in support for sending emails via SMTP (requires the `email-smtp` feature)
or [Sendgrid's Mail Send API](https://www.twilio.com/docs/sendgrid/api-reference/mail-send/mail-send) (requires the
`email-sendgrid` feature)
- Structured logs/traces using tokio's [tracing](https://docs.rs/tracing/latest/tracing/) crate. Export traces/metrics
using OpenTelemetry (requires the `otel` feature).
- Health checks to ensure the app's external dependencies are healthy
Expand Down

0 comments on commit 726779b

Please sign in to comment.