YOLO Vision 2026:

电子邮件签名 📧#

1. 官方签名模板#

所有 Ultralytics 电子邮件签名均通过我们的 Google Workspace 自动化脚本自动生成和更新。标准格式如下:

Ultralytics Email Signature

示例#

标准签名将显示在你的邮件客户端中,如下所示。

Glenn Jocher
Founder & CEO, Ultralytics
+1 123 456 7890
ultralytics.com
This email and any attachments are confidential and intended solely for the addressee. Copying, forwarding, or distributing is strictly prohibited. If received in error, please delete immediately and notify the sender.

HTML 模板#

若需在其他邮件客户端中手动设置,请使用以下 HTML 代码。

<table style="border: none; margin: 0; padding: 0; font-family: Arial, sans-serif; font-size: 13px">
    <tr>
        <td style="vertical-align: middle">
            <img
                src="https://lh3.googleusercontent.com/a/ACg8ocL27P7pVeDI5jgSam8g64HCBR1C_C1mbkBUZJ0rANJLrAk89fIC=s96-c"
                width="75"
                height="75"
                style="border-radius: 50%; margin-right: 10px; object-fit: cover; display: block"
            />
        </td>
        <td style="vertical-align: middle; line-height: 1.25; color: #666">
            <span style="font-weight: bold; font-size: 15px; color: #333">Glenn Jocher</span><br />
            Founder & CEO, Ultralytics<br />
            +1 123 456 7890<br />
            <a href="https://www.ultralytics.com" style="text-decoration: none; color: #666">ultralytics.com</a>
        </td>
    </tr>
</table>
<div style="font-size: 11px; color: #999; padding-top: 8px">
    This email and any attachments are confidential and intended solely for the addressee. Copying, forwarding, or
    distributing is strictly prohibited. If received in error, please delete immediately and notify the sender.
</div>
注意

如果你将此 HTML 用于自定义签名:

  • 请替换占位符图像的 src URL、姓名、职称和电话号码。电话号码行为可选项。
  • 法律免责声明的 div 也是可选项,如果你的岗位不需要,可以将其移除。
  • 此 HTML 已使用 npx prettier --write --print-width 120 *.html 进行格式化。

2. 自动化 🤖#

签名自动化执行以下操作:

  • 从 Google Workspace 中获取职称、电话号码和个人资料照片。
  • 为每个人创建自定义签名。
  • 为相关岗位添加法律免责声明。
  • 更新整个域中的所有签名。

3. 设置说明 ⚙️#

需要操作: 请检查你的 Gmail 设置 > 通用 > 签名,确保两项均选择了“我的签名”:

  • 对于新邮件使用
  • 回复/转发时使用
Ultralytics Gmail Settings
提示

如果你未看到签名,请在浏览器中重新加载 Gmail 标签页。

4. 个人资料照片可见性 🔒#

你的签名照片必须设为公开,否则 Gmail 将显示蓝色占位符。请在 Google 账户设置中修复此问题:

  1. 访问 myaccount.google.com(个人信息标签页)。
  2. 点击你的个人资料照片 > Profile picture visibility > 选择 任何人 (Anyone)
  3. 等待几分钟,然后重新加载 Gmail 以进行确认。

如果你的照片显示为此占位符,说明可见性仍然受限:

Google placeholder profile image

5. 法律免责声明 ⚖️#

HTML 示例中显示的法律免责声明 div 会自动附加到担任敏感角色(例如管理层、法务、销售)的员工签名中,以确保机密性和合规性。对于所有其他岗位,此免责声明为可选项。

免责声明文本

本电子邮件及任何附件均属机密,仅供收件人使用。严禁复制、转发或分发。如果错误接收,请立即删除并通知发件人。"

6. 技术实现 🔧#

该自动化基于 Python 实现,并利用了以下各项:

  • 用于用户管理的 Google Admin SDK。
  • 用于更新签名的 Gmail API。
  • 用于身份验证的 Google Workspace 服务账号。
  • 带有圆角的个人资料照片自动优化功能。

7. 支持与维护 🛠️#

电子邮件签名自动化由 Glenn Jocher 维护。如果你有任何疑问或在使用电子邮件签名时遇到任何问题,请联系他寻求协助。