avatar

sunday

Sunday's Blog

  • 首页
Home 腾讯企业邮箱设置
文章

腾讯企业邮箱设置

Posted 2024-10-20 Updated 2024-10- 20
By sunday
13~17 min read

1.开通腾讯企业邮箱

首先需要注册个企业微信,然后登录到https://work.weixin.qq.com/,来到以下页面

然后根据引导进行完成,因为用的免费版本,只能添加一个域名,所以我这里截图不了了,这里总结下

1️⃣ 会让你下载个xlsx文档填写好各个成员账号密码,如下图,注意企业邮箱那里的邮箱后缀要和你的域名保持一致,然后再上传上去,可以填写一个,后续可以在企业微信那里继续添加账号

2️⃣ 就是把邮箱的MX记录值添加到你的域名托管商里,然后等待5分钟,系统会自动验证的

2.进入腾讯企业邮箱及设置转发

到企业邮箱网址 https://work.exmail.qq.com/,扫码登录后就可以了

到设置那里设定转发,如下图

然后到转发的邮箱去点击确认邮件(如果没看到,可能在垃圾邮件里)

3.出现如下问题,添加SPF(Sender Policy Framework)

如我的转发到gmail,会出现

host gmail-smtp-in.l.google.com[74.15.33.44] said: 550-5.7.26 Your email has been blocked because the sender is unauthenticated. Gmail requires all senders to authenticate with either SPF or DKIM.   Authentication results:  DKIM = did not pass  SPF [you_domain.com] with ip: [54.188.34.222] = did not pass   For instructions on setting up authentication, go to  https://support.google.com/mail/answer/81126#authentication 3f1490d57ef6-e2bdc985860si786444276.3 - gsmtp (in reply to end of DATA command)

这时去你的域名托管商添加一个TXT记录就可以解决了,如下图

主机记录: @

记录类型: TXT

记录值: v=spf1 include:spf.mail.qq.com ~all

软件使用
软件使用
License:  CC BY 4.0
Share

Further Reading

Dec 14, 2024

cursor IDE 编辑器从命令行打开

1.打开Cursor应用程序 2.按下 CMD(Ctrl) + Shift + P 打开命令面板

Dec 7, 2024

n8n使用http form-data上传文件

新建一个http node 节点,参数如下图所示,其他参数可自行设置 主要是1.开启 Send Body 2.设置n8n Binary File类型,然后在 input Data Field Name 填入上一个节点的二进制文件名即可 也可复制我的JSON文件到你的n8n上测试 My_workflo

Dec 5, 2024

supabase postgres updatedAt 自动更新时间戳

由于在prisma 创建model时,@updatedAt 不起作用 model Book { id String @id @default(dbgenerated("gen_random_uuid()")) createdAt DateTime @default(dbge

OLDER

docker-compose安装n8n自动化工作流

NEWER

使用自己的域名邮箱并通过resend.com发送邮件

Recently Updated

  • nextjs15使用better-sqlite3的连接报错问题
  • nextjs + clerk + supabase + realtime 实时监听数据库更改
  • 解决nextjs15使用useLocalStorage报错的问题
  • mac上使用nodejs appium控制chrome浏览器
  • 2024年终总结

Trending Tags

nginx acme 强制跳转HTTPS nodejs 代理 mac 神器 vue3 工具 docker

Contents

©2025 sunday. Some rights reserved.

Using the Halo theme Chirpy