list_smime_info
Retrieve S/MIME security configurations for a specific email alias to verify encryption and signing settings for secure email communication.
Instructions
Lists S/MIME configs for the specified send-as alias
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sendAsEmail | Yes | The email address that appears in the 'From:' header |
Input Schema (JSON Schema)
{
"properties": {
"sendAsEmail": {
"description": "The email address that appears in the 'From:' header",
"type": "string"
}
},
"required": [
"sendAsEmail"
],
"type": "object"
}