mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 22:53:34 +00:00
Update Users-Gmail-Send-As-Signature-Vacation.md
This commit is contained in:
@ -187,6 +187,18 @@ By default, the signature for `<UserTypeEntity>` is displayed, use these options
|
|||||||
|
|
||||||
Use the `verifyonly` option to display `True` or `False` in the signature field based on whether the signature is non-blank.
|
Use the `verifyonly` option to display `True` or `False` in the signature field based on whether the signature is non-blank.
|
||||||
|
|
||||||
|
To capture a signature for use as input to GAM, do the following.
|
||||||
|
```
|
||||||
|
gam redirect stdout ./signature.html user user@domain.com show signature compact
|
||||||
|
```
|
||||||
|
Edit signature.html and remove the following data leaving just the HTML.
|
||||||
|
```
|
||||||
|
SendAs Address: <user@domain.com>
|
||||||
|
IsPrimary: True
|
||||||
|
Default: True
|
||||||
|
Signature:
|
||||||
|
```
|
||||||
|
|
||||||
### Display the information in CSV form.
|
### Display the information in CSV form.
|
||||||
```
|
```
|
||||||
gam <UserTypeEntity> print signature [compact]
|
gam <UserTypeEntity> print signature [compact]
|
||||||
|
Reference in New Issue
Block a user