Update Users-Gmail-Send-As-Signature-Vacation.md

This commit is contained in:
Ross Scroggs
2025-06-22 06:34:31 -07:00
parent 88bdfd2883
commit cb5e5d1943

View File

@ -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.
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.
```
gam <UserTypeEntity> print signature [compact]