From f58c8ea74768d69c0c6f45a80a35bfad90c41fb4 Mon Sep 17 00:00:00 2001 From: Barbz Date: Sat, 4 Jul 2020 22:41:54 +0200 Subject: feat: Add extra info for mail text length (#254) * feat: Add extra info for mail text length --- docs/mail.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/mail.md') 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 -- cgit