问题描述
我无法解决这个问题
https://developers.google.com/gmail/actions/apps-脚本教程
我正逐字追踪.
当我(从我自己)收到脚本发出的电子邮件时,操作"按钮在收件箱中不可见.当我查看原始消息时,会看到:
When I receive the email from the script (from myself) the Action button is not visible in the inbox. When I view the original message, I see:
Received-SPF: pass (google.com: domain of 3tNFeUggICGscKRPPRWbJTaO.LXVcKRPPRWbJTaO.LXV@maestro.bounces.google.com designates [my network IP address] as permitted sender) client-ip=[my network IP address];
我还没有注册/我们的目标是内部电子邮件-但是如果没有注册,我读给自己发送的邮件将可以使用有效的SPF-我想念的是什么?谢谢!
I haven't registered yet / our goal is internal emails - but without registering I read sending to myself would work with valid SPF - what am I missing?thanks!!
推荐答案
SPF域必须与电子邮件发件人域匹配.如果要从[email protected]
发送电子邮件,则SPF域必须为mydomain.com
.您的标头显示3tNFeUggICGscKRPPRWbJTaO.LXVcKRPPRWbJTaO.LXV@maestro.bounces.google.com
作为域,更新域配置以正确签名电子邮件,应该一切就绪.
The SPF domain must match the email sender domain. If you are sending emails from [email protected]
, the SPF domain must be mydomain.com
. Your headers show 3tNFeUggICGscKRPPRWbJTaO.LXVcKRPPRWbJTaO.LXV@maestro.bounces.google.com
as the domain, update your domain configuration to sign emails properly and you should be all set.
这篇关于尽管进行了SPF验证,但Actions Tutorial仍然无法运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!