[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."],[[["Inserts an S/MIME configuration for a specific send-as alias in a user's Gmail settings."],["The request requires providing the user ID and the send-as email address as path parameters."],["The request body needs to contain the S/MIME information in `SmimeInfo` format."],["Successful requests will return the newly created `SmimeInfo` object."],["Authorization necessitates the use of specific Gmail settings scopes."]]],["This describes how to upload S/MIME configurations for a Gmail send-as alias. It utilizes a `POST` HTTP request to `https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}/smimeInfo`, requiring `userId` and `sendAsEmail` as path parameters. The request body must contain `SmimeInfo` in pkcs12 format. A successful response returns a new `SmimeInfo` instance. Authorization requires either `gmail.settings.basic` or `gmail.settings.sharing` OAuth scopes.\n"]]