<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>企业邮箱 on Kevin&#39;s Blog</title>
    <link>https://bloglee.pages.dev/tags/%E4%BC%81%E4%B8%9A%E9%82%AE%E7%AE%B1/</link>
    <description>Recent content in 企业邮箱 on Kevin&#39;s Blog</description>
    <generator>Hugo</generator>
    <language>zh</language>
    <lastBuildDate>Wed, 14 Jan 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://bloglee.pages.dev/tags/%E4%BC%81%E4%B8%9A%E9%82%AE%E7%AE%B1/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>打造近乎免费的高端企业邮箱 (Cloudflare &#43; AWS SES &#43; Gmail)</title>
      <link>https://bloglee.pages.dev/post/cloudflare-aws-ses/</link>
      <pubDate>Wed, 14 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://bloglee.pages.dev/post/cloudflare-aws-ses/</guid>
      <description>&lt;p&gt;&lt;strong&gt;背景：&lt;/strong&gt;&#xA;为了给 &lt;code&gt;Example.com&lt;/code&gt; 配置 &lt;code&gt;support@&lt;/code&gt; 企业邮箱，不想买 Google Workspace（$6/月），于是采用了“拼接”方案。&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;收信&lt;/strong&gt;：Cloudflare Email Routing（转发到 Gmail）。&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;发信&lt;/strong&gt;：AWS SES（SMTP 服务）。&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;客户端&lt;/strong&gt;：Gmail 网页版（统一收发）。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;1-核心架构&#34;&gt;1. 核心架构&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&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;&#xA;&lt;li&gt;&lt;strong&gt;发件路径&lt;/strong&gt;：Gmail -&amp;gt; AWS SMTP 接口 -&amp;gt; AWS SES -&amp;gt; 客户。&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;hr&gt;&#xA;&lt;h2 id=&#34;2-配置步骤-cheatsheet&#34;&gt;2. 配置步骤 (Cheatsheet)&lt;/h2&gt;&#xA;&lt;h3 id=&#34;第一步aws-ses-准备-发信引擎&#34;&gt;第一步：AWS SES 准备 (发信引擎)&lt;/h3&gt;&#xA;&lt;ol&gt;&#xA;&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;&#xA;&lt;li&gt;&lt;strong&gt;移出沙盒&lt;/strong&gt;：刚注册是 Sandbox 模式，必须点击 &amp;ldquo;Request Production Access&amp;rdquo;，理由填真实业务用途（如 Transactional emails for users）。&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;获取凭证&lt;/strong&gt;：&#xA;&lt;ul&gt;&#xA;&lt;li&gt;入口：SES -&amp;gt; SMTP Settings -&amp;gt; Create SMTP credentials。&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;注意&lt;/strong&gt;：下载 CSV 保存好，User/Pass 只显示一次。这不是 AWS 登录密码！&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h3 id=&#34;第二步dns-配置-cloudflare&#34;&gt;第二步：DNS 配置 (Cloudflare)&lt;/h3&gt;&#xA;&lt;p&gt;为了不进垃圾箱，必须配齐“安保三件套”：&lt;/p&gt;</description>
    </item>
    <item>
      <title>Cloudflare 企业邮箱</title>
      <link>https://bloglee.pages.dev/post/cloudflare-enterprise-email/</link>
      <pubDate>Tue, 29 Apr 2025 00:00:00 +0000</pubDate>
      <guid>https://bloglee.pages.dev/post/cloudflare-enterprise-email/</guid>
      <description>&lt;h2 id=&#34;参考&#34;&gt;参考&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://techins.xyz/effortless-business-email-setup-with-cloudflare-and-gmail&#34;&gt;https://techins.xyz/effortless-business-email-setup-with-cloudflare-and-gmail&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;发信&#34;&gt;发信&lt;/h2&gt;&#xA;&lt;h3 id=&#34;配置&#34;&gt;配置&lt;/h3&gt;&#xA;&lt;h4 id=&#34;路径&#34;&gt;路径&lt;/h4&gt;&#xA;&lt;p&gt;Settings -&amp;gt; Accounts and Import -&amp;gt; Send mail as -&amp;gt; Add another email address&lt;/p&gt;&#xA;&lt;h4 id=&#34;配置项&#34;&gt;配置项&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;名称：你希望用户看到的&lt;/li&gt;&#xA;&lt;li&gt;Email address：用来让收件人看到的地址&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;点击下一步，配置 smtp 弹框&lt;/p&gt;&#xA;&lt;h4 id=&#34;配置-smtp&#34;&gt;配置 smtp&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;SMTP 服务器：smtp.gmail.com (选择使用 Gmail 的 SMTP（smtp.gmail.com）,这封信是从你的 Gmail 账户 发送的，&#xA;Gmail 只是帮你在邮件的「From（发件人）」字段里显示另一个邮箱地址。)&lt;/li&gt;&#xA;&lt;li&gt;用户名：您的 Gmail 邮箱地址，你用来代发的邮箱&lt;/li&gt;&#xA;&lt;li&gt;密码：您的 Gmail 应用专用密码（非常重要，普通密码不适用，下面会介绍如何获取这个密码，如果密码错误会有如下图所示的报错）&lt;/li&gt;&#xA;&lt;li&gt;勾选 TLS 选项：&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;开启两步验证&#34;&gt;开启两步验证&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://myaccount.google.com/security&#34;&gt;https://myaccount.google.com/security&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;2-Step Verification&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;创建应用密码&#34;&gt;创建应用密码&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;访问：https://myaccount.google.com/apppasswords&lt;/li&gt;&#xA;&lt;li&gt;输入名字，点击创建，保存生成的密码，&lt;/li&gt;&#xA;&lt;/ol&gt;</description>
    </item>
  </channel>
</rss>
