Erstellt einen benutzerdefinierten „Von“-Alias zum Senden als Wenn eine SMTP-MSA-Datei angegeben ist, versucht Gmail, eine Verbindung zum SMTP-Dienst herzustellen, um die Konfiguration vor dem Erstellen des Alias zu prüfen. Wenn die Bestätigung der Inhaberschaft für den Alias erforderlich ist, wird eine Nachricht an die E-Mail-Adresse gesendet und der Bestätigungsstatus der Ressource wird auf pending gesetzt. Andernfalls wird die Ressource mit dem Bestätigungsstatus accepted erstellt. Wenn eine Signatur vorhanden ist, wird der HTML-Code in Gmail bereinigt, bevor er mit dem Alias gespeichert wird.
Diese Methode ist nur für Dienstkontoclients verfügbar, denen domainweite Befugnisse delegiert wurden.
HTTP-Anfrage
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/sendAs
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-09-05 (UTC)."],[[["Creates a custom \"from\" send-as alias, requiring validation for SMTP MSAs and potentially ownership verification."],["Accessible only to service account clients with delegated domain-wide authority, using a specific HTTP POST request."],["Utilizes path parameters including `userId` to identify the user's email address, and requires a request body with a `SendAs` instance."],["Returns a `SendAs` instance in the response body upon successful alias creation."],["Needs authorization with the `https://www.googleapis.com/auth/gmail.settings.sharing` scope."]]],[]]