Updated FAQ

This commit is contained in:
M66B 2023-05-26 07:54:20 +02:00
parent 08a3ee1f24
commit bbdc350668
1 changed files with 6 additions and 0 deletions

6
FAQ.md
View File

@ -5041,6 +5041,12 @@ Templates can have the following options:
* *Snippet*: template will be used as text fragment (since version 1.1857)
* *Hide from menus*: template will be hidden (disabled)
Since version 1.2068 it is possible to send a template message with an intent:
```
(adb shell) am start-foreground-service -a eu.faircode.email.TEMPLATE --es template ... --es identity ... --es to ... --es cc ... --es subject ...
```
<br />
<a name="faq180"></a>