Is your feature request related to a problem?
A failed send is lost or must be retried manually.
Describe the solution you'd like
Queue outgoing messages in a persistent outbox and retry with backoff, surfacing failures.
Describe alternatives you've considered
Manual resend.
Additional context
Queue + daemon worker (daemon/) around sender/sender.go.
Is your feature request related to a problem?
A failed send is lost or must be retried manually.
Describe the solution you'd like
Queue outgoing messages in a persistent outbox and retry with backoff, surfacing failures.
Describe alternatives you've considered
Manual resend.
Additional context
Queue + daemon worker (
daemon/) aroundsender/sender.go.