Auto-sync: 2026-04-19 06:32

This commit is contained in:
2026-04-19 06:32:15 +08:00
parent 56f49ecd5b
commit a1636ec67a
92 changed files with 3251 additions and 5 deletions

44
wiki/entities/SendGrid.md Normal file
View File

@@ -0,0 +1,44 @@
---
title: SendGrid
type: entity
tags:
- Email Service
- Twilio
- Cloud Transformation
---
## Aliases
- SendGrid
- Twilio SendGrid
## Description
SendGrid 是 Twilio 旗下的企业级邮件服务,已被 Cloud Transformation Program (CTP) 采用为标准邮件服务,用于替换现有的语义网关和 Amazon SES 方案。
## Role
- 被 CTP 采用为经典和新型 Landing Zones 的标准邮件服务
## Key Specifications
- 支持每邮件最多 1000 个收件人(相比 SES 的 50 个限制)
- 每月支持 500 万封邮件的套餐
- 支持实时监控日志
- 支持双因素认证
- 支持端到端 TLS 加密
- 日志保留 7 天
- API 密钥每 180 天轮换
## Architecture
两种架构模式:
1. **直接发送**:通过 TLS 直接发送到 SendGrid需使用 software.microcopy.com 域)
2. **中继发送**:通过中继服务器发送(适用于不支持 TLS 的应用)
## Data Flow
中继服务器位于多个位置(伦敦、印度、东京等),通过专线将邮件发送至美国数据中心处理。
## References
- [[CTP Topic 36 SendGrid as an email service]]