Skip to content

Commit

Permalink
fix admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Aug 9, 2024
1 parent 2e0be5e commit 97953fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/docs/Senders.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ Emails are sent with an `ACTION_SEND_MULTIPLE` intent. This means that the follo

You can implement your own `ReportSender` and configure ACRA to use that instead of or in addition to other senders.

:::Tip
:::tip

Throwing a `ReportSenderException` from `YourCustomSender.send()` notifies ACRA of a failed delivery, and might trigger a retry (see [RetryPolicy](https://www.acra.ch/javadoc/latest/acra/org.acra.config/-core-configuration/retry-policy-class.html)).

<AndroidCode>
Expand Down

0 comments on commit 97953fb

Please sign in to comment.