Auto-sync: 2026-04-20 07:08

This commit is contained in:
2026-04-20 07:08:14 +08:00
parent 31565fe752
commit d7bf4ae6de
126 changed files with 4731 additions and 18 deletions

43
wiki/concepts/AWS-SES.md Normal file
View File

@@ -0,0 +1,43 @@
---
title: "AWS SES"
type: concept
tags:
- AWS
- email
- service
---
## Aliases
- SES
- Simple Email Service
- Amazon SES
- Amazon Simple Email Service
## Description
AWS 提供的基于云的邮件发送服务,支持通过 API 或 SMTP 接口发送电子邮件。SES 提供可扩展的邮件发送能力,按发送量计费,是企业云端邮件发送的标准方案。
## Key Features
- SMTP 端点:支持标准 SMTP 协议,应用程序无需重构代码即可集成
- API 端点:支持直接调用 SES API 发送邮件
- 收件人验证:生产环境需申请脱离 Sandbox Mode
- 域名验证:支持 DKIM、SPF、DMARC 验证
- VPC 终端节点:通过 PrivateLink 私有访问,避免公网暴露
## Use Cases
- 应用通知邮件
- 事务性邮件(订单确认、密码重置等)
- 营销邮件
- 批量邮件发送
## Related Concepts
- [[SMTP]]
- [[DKIM]]
- [[VPC Endpoint]]
- [[Secrets Manager]]
## Related Services
- Amazon SNS邮件通知的备选方案
- Amazon Pinpoint营销邮件服务
## Sources
- [[ctp-topic-12-using-ses-smtp-service-terraform-module]]