[null,null,["最后更新时间 (UTC):2025-01-15。"],[[["Send-as aliases allow an email account to send mail from multiple addresses, including a primary email address and additional aliases."],["Aliases can be managed through the Gmail API and are necessary for configuring email signatures."],["Verification is required for some aliases, ensuring the user owns the address before it can be used for sending mail."],["SMTP settings are utilized for aliases associated with external email addresses to facilitate sending mail through a remote mail server."],["Email signatures can be customized for each alias, including the primary email address, providing flexibility in email communication."]]],["Send-as aliases allow an account to send mail from different email addresses, including the primary one. Aliases are used to manage email signatures. Before use, aliases must be created and may require user verification, indicated by a `pending` status, otherwise they are `accepted`. External addresses should use a remote SMTP MSA, configured via `smtpMsa`. The provided code examples demonstrate looping through aliases, finding the primary alias, and updating its signature to \"Automated Signature\", in Java and Python.\n"]]