Özel bir "gönderen" farklı gönderen takma adı oluşturur. Bir SMTP AHS belirtilirse Gmail, takma adı oluşturmadan önce yapılandırmayı doğrulamak için SMTP hizmetine bağlanmayı dener. Takma ad için sahiplik doğrulaması gerekiyorsa e-posta adresine bir ileti gönderilir ve kaynağın doğrulama durumu pending olarak ayarlanır. Aksi takdirde kaynak, doğrulama durumu accepted olarak ayarlanarak oluşturulur. İmza sağlanmışsa Gmail, takma adla kaydetmeden önce HTML'yi temizler.
Bu yöntem yalnızca alan genelinde yetki verilmiş hizmet hesabı istemcileri tarafından kullanılabilir.
HTTP isteği
POST https://gmail.googleapis.com/gmail/v1/users/{userId}/settings/sendAs
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]