Files
nexus/wiki/concepts/AWS-SES.md
2026-04-20 07:08:14 +08:00

43 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]