1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 14:41:08 +00:00

Updated FAQ

This commit is contained in:
M66B 2023-05-26 16:26:41 +02:00
parent d3bebe8728
commit 00a0446600

4
FAQ.md
View file

@ -5044,9 +5044,11 @@ Templates can have the following options:
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 ...
(adb shell) am start-foreground-service -a eu.faircode.email.TEMPLATE --es template <template name> --es identity <identity display name> --es to <email address> --es cc <email address> --es subject <subject>
```
**Important**: you need to configure a display name for the identity, and use this to identify the identity.
<br />
<a name="faq180"></a>