<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>AWS SES on Kevin&#39;s Blog</title>
    <link>https://kevin4dev.pages.dev/tags/aws-ses/</link>
    <description>Recent content in AWS SES on Kevin&#39;s Blog</description>
    <generator>Hugo -- 0.147.9</generator>
    <language>zh</language>
    <lastBuildDate>Tue, 03 Feb 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://kevin4dev.pages.dev/tags/aws-ses/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>AWS SES &#43; AWS SNS 配合</title>
      <link>https://kevin4dev.pages.dev/post/aws-sns-aws-ses/</link>
      <pubDate>Tue, 03 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://kevin4dev.pages.dev/post/aws-sns-aws-ses/</guid>
      <description>&lt;p&gt;集成 AWS SES + AWS SNS&lt;/p&gt;
&lt;h2 id=&#34;配置-identities&#34;&gt;配置 Identities&lt;/h2&gt;
&lt;h3 id=&#34;通过-dkim-authentication-验证身份&#34;&gt;通过 DKIM authentication 验证身份&lt;/h3&gt;
&lt;h2 id=&#34;配置-sns-topic&#34;&gt;配置 SNS Topic&lt;/h2&gt;
&lt;h3 id=&#34;创建-sns-topic&#34;&gt;创建 SNS Topic&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;登录 AWS 控制台，打开服务：&lt;strong&gt;SNS（Simple Notification Service）&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;点击左侧导航栏的 &lt;strong&gt;“Topics” → [Create topic]&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>打造近乎免费的高端企业邮箱 (Cloudflare &#43; AWS SES &#43; Gmail)</title>
      <link>https://kevin4dev.pages.dev/post/cloudflare-aws-ses/</link>
      <pubDate>Wed, 14 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://kevin4dev.pages.dev/post/cloudflare-aws-ses/</guid>
      <description>&lt;p&gt;&lt;strong&gt;背景：&lt;/strong&gt;
为了给 &lt;code&gt;Example.com&lt;/code&gt; 配置 &lt;code&gt;support@&lt;/code&gt; 企业邮箱，不想买 Google Workspace（$6/月），于是采用了“拼接”方案。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;收信&lt;/strong&gt;：Cloudflare Email Routing（转发到 Gmail）。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;发信&lt;/strong&gt;：AWS SES（SMTP 服务）。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;客户端&lt;/strong&gt;：Gmail 网页版（统一收发）。&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;1-核心架构&#34;&gt;1. 核心架构&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;收件路径&lt;/strong&gt;：客户 -&amp;gt; &lt;code&gt;support@&lt;/code&gt; -&amp;gt; Cloudflare -&amp;gt; 转发至 Gmail。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;发件路径&lt;/strong&gt;：Gmail -&amp;gt; AWS SMTP 接口 -&amp;gt; AWS SES -&amp;gt; 客户。&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;2-配置步骤-cheatsheet&#34;&gt;2. 配置步骤 (Cheatsheet)&lt;/h2&gt;
&lt;h3 id=&#34;第一步aws-ses-准备-发信引擎&#34;&gt;第一步：AWS SES 准备 (发信引擎)&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;验证域名&lt;/strong&gt;：在 AWS SES (Region: &lt;strong&gt;us-west-2&lt;/strong&gt;) 添加 &lt;code&gt;Example.com&lt;/code&gt;，获取 DKIM 的 3 个 CNAME 记录。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;移出沙盒&lt;/strong&gt;：刚注册是 Sandbox 模式，必须点击 &amp;ldquo;Request Production Access&amp;rdquo;，理由填真实业务用途（如 Transactional emails for users）。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;获取凭证&lt;/strong&gt;：
&lt;ul&gt;
&lt;li&gt;入口：SES -&amp;gt; SMTP Settings -&amp;gt; Create SMTP credentials。&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;注意&lt;/strong&gt;：下载 CSV 保存好，User/Pass 只显示一次。这不是 AWS 登录密码！&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;第二步dns-配置-cloudflare&#34;&gt;第二步：DNS 配置 (Cloudflare)&lt;/h3&gt;
&lt;p&gt;为了不进垃圾箱，必须配齐“安保三件套”：&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
