diff --git a/FAQ.md b/FAQ.md index d9f3289334..1b2442d88f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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 ... +``` +