电子邮件签名 📧
官方签名模板
所有 Ultralytics 电子邮件签名均通过我们的 Google Workspace 自动化工具自动生成并更新。以下是标准格式:
示例
标准签名将按如下所示出现在你的电子邮件客户端中。
|
|
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 创建自定义签名:
- 请替换占位符图片的
srcURL、姓名、职称和电话号码。电话号码行是可选的。 - 法律免责声明的
div同样可选,如果你的职位不需要,可以将其删除。 - 此 HTML 已使用
npx prettier --write --print-width 120 *.html进行格式化。
自动化 🤖
签名自动化程序会执行以下操作:
- 从 Google Workspace 获取职称、电话号码和个人头像。
- 为每位员工创建定制化签名。
- 为相关岗位添加法律免责声明。
- 更新域内所有签名。
设置说明 ⚙️
必须执行: 请检查 Gmail 设置 > 常规 > 签名,确保“我的签名”已为以下两项选中:
- 新邮件使用
- 回复/转发时使用
提示
如果你没有看到你的签名,请在浏览器中重新加载 Gmail 标签页。
个人头像可见性 🔒
你的签名头像必须设置为公开,否则 Gmail 将显示蓝色占位符。请在 Google 账号设置中进行修复:
- 访问 myaccount.google.com(个人信息标签页)。
- Click your profile photo >
Profile picture visibility> select Anyone. - 等待几分钟,然后重新加载 Gmail 进行确认。
如果你的照片显示为如下占位符,说明可见性仍受到限制:
法律免责声明 ⚖️
HTML 示例中显示的法律免责声明 div 会自动附加到处于敏感岗位(例如:领导层、法律、销售)的员工签名中,以确保保密性和合规性。对于所有其他职位,此免责声明是可选的。
免责声明文本
本邮件及其任何附件均为机密,且仅供收件人使用。严禁复制、转发或分发。如果误收,请立即删除并通知发件人。
技术实现 🔧
该自动化程序使用 Python 实现,并利用了以下工具:
- 用于用户管理的 Google Admin SDK。
- 用于签名更新的 Gmail API。
- 用于身份验证的 Google Workspace 服务账号。
- 带有圆角处理的自动个人头像优化功能。
支持与维护 🛠️
电子邮件签名自动化由 Glenn Jocher 负责维护。如果你有任何疑问或在处理电子邮件签名时遇到任何问题,请联系他寻求帮助。
Contributors
在 GitHub 上编辑页面 (EN)