Skip to main content
Glama

insert_smime_info

Upload S/MIME configuration to enable email encryption and digital signatures for a specific sender alias in Gmail.

Instructions

Insert (upload) the given S/MIME config for the specified send-as alias

Input Schema

NameRequiredDescriptionDefault
sendAsEmailYesThe email address that appears in the 'From:' header
encryptedKeyPasswordYesEncrypted key password
pkcs12YesPKCS#12 format containing a single private/public key pair and certificate chain

Input Schema (JSON Schema)

{ "properties": { "encryptedKeyPassword": { "description": "Encrypted key password", "type": "string" }, "pkcs12": { "description": "PKCS#12 format containing a single private/public key pair and certificate chain", "type": "string" }, "sendAsEmail": { "description": "The email address that appears in the 'From:' header", "type": "string" } }, "required": [ "sendAsEmail", "encryptedKeyPassword", "pkcs12" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HitmanLy007/gmail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server