Cloudflare Email Routing 免费邮件发送(作为 Service 服务)用于 Workers/Pages 项目中。
原文链接: https://willin.wang/blog/cloudflare-send-email-service
准备工作
- 准备一个域名,例如
example.com
。现在,在 cloudflare-dashboard 中添加一个网站并构建您的域名。这可能需要大约 30 分钟。 - 选择您的站点和域名,启用电子邮件路由。这可能需要大约 5 分钟。
- 安装 wrangler 以部署 cf worker。确保您的 node 版本 >= 16.13.0 并运行:
npm install wrangler@latest