diff options
| author | Barbz <BarbzYHOOL@users.noreply.github.com> | 2020-07-04 22:41:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-04 22:41:54 +0200 |
| commit | f58c8ea74768d69c0c6f45a80a35bfad90c41fb4 (patch) | |
| tree | 186e17d6bc113cbffafd13abcce50a878a8e9e42 /docs/mail.md | |
| parent | 08155f6e9ab9210211906039577dc86be2531ed6 (diff) | |
| download | wiki-f58c8ea74768d69c0c6f45a80a35bfad90c41fb4.tar.gz wiki-f58c8ea74768d69c0c6f45a80a35bfad90c41fb4.tar.bz2 wiki-f58c8ea74768d69c0c6f45a80a35bfad90c41fb4.zip | |
feat: Add extra info for mail text length (#254)
* feat: Add extra info for mail text length
Diffstat (limited to 'docs/mail.md')
| -rw-r--r-- | docs/mail.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/mail.md b/docs/mail.md index 81a5f34..3e79337 100644 --- a/docs/mail.md +++ b/docs/mail.md @@ -226,15 +226,15 @@ Here is stored mail subject. ### body -The text contained in the mail. +The text contained in the mail. Max length is 8000 characters. -### has\_items +### has_items Default: 0, When is set to 1, that mail can contain items. -For items look at [mail\_items](mail_items) table. +For items look at [mail_items](mail_items) table. ### expire\_time |
