> For the complete documentation index, see [llms.txt](https://docs.fullscreen.no/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullscreen.no/info/game-creator-2-assets/mailbox/instructions/send-random-letter-to-mailbox.md).

# Send Random Letter to Mailbox

```
Mailbox > Sending > Send Random Letter to Mailbox
```

## Description

```csharp
Attempts to send one random letter to the mailbox based on chance.
```

## Parameters <a href="#parameters" id="parameters"></a>

<table><thead><tr><th>Name</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td>Mailbox</td><td>The Game Object with the mailbox component.</td><td></td></tr><tr><td>Force Send</td><td>If true, ensures a letter is sent, ignoring its probability.</td><td></td></tr></tbody></table>

## Keywords

```
Mailbox, Send, Letter, Random
```
