[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-09-05 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"]]