mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Updated FAQ
This commit is contained in:
parent
d3bebe8728
commit
00a0446600
1 changed files with 3 additions and 1 deletions
4
FAQ.md
4
FAQ.md
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue