单击.. gmail(laravel)中的可疑链接错误

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/51947523/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 17:59:34  来源:igfitidea点击:

on click .. Suspicious link error in gmail(laravel)

laravelsendgrid

提问by Sonu

When a user signs up on our website, they get an email verification link, but whenever they try to click on any link in that mail, they get the alert error message:

当用户在我们的网站上注册时,他们会收到一个电子邮件验证链接,但每当他们尝试单击该邮件中的任何链接时,他们都会收到警报错误消息:

Suspicious link

This link leads to an untrusted site. Are you sure you want to proceed?

可疑链接

此链接指向不受信任的站点。您确定要继续吗?

We are using the sendgrid mailer system and we are certified to https.

我们正在使用 sendgrid 邮件系统,并且我们通过了 https 认证。

Where is the problem coming from?

问题从何而来?

回答by Suresh Shinde

This is mostly in newsletters(Mailers), we need to verify the domain in Google

这主要是在时事通讯(Mailers)中,我们需要在 Google 中验证域

For authenticating domain using the steps below:

使用以下步骤对域进行身份验证:

  1. Go to postmaster.google.com.

  2. On the bottom-right, click the + button.

  3. In the box that pops up, enter your authentication domain.

  4. Next, prove that you own the domain by adding a DNS TXTor a DNS CNAMErecord.

  1. 转到postmaster.google.com

  2. 在右下角,单击 + 按钮。

  3. 在弹出的框中,输入您的身份验证域。

  4. 接下来,通过添加DNS TXTDNS CNAME记录来证明您拥有该域。

For reference: https://productforums.google.com/forum/#!topic/apps/xSV6J-Nmkmc;context-place=forum/apps

供参考:https: //productforums.google.com/forum/#!topic/apps/xSV6J-Nmkmc;context-place=forum/apps

Also it happens when we have https(ssl) but we are using the link http

当我们有 https(ssl) 但我们使用链接 http 时也会发生这种情况

回答by Reed Raymond

We were recently having this issue in our account verification emails as well. Verifying our domain through DNS records as recommended by Google was not enough.

我们最近在帐户验证电子邮件中也遇到了这个问题。通过 Google 推荐的 DNS 记录验证我们的域是不够的。

The ultimate solution for us was ensuring that every link has an alttag with descriptive text.

我们的最终解决方案是确保每个链接都有一个alt带有描述性文本的标签。

<a href="https://example.com/verify" alt="Click here to verify your account">Verify!</a>

回答by Ketan Thaker

Please check once for a DNS record. You can check it from below url

请检查一次 DNS 记录。你可以从下面的网址检查

https://mxtoolbox.com/SuperTool.aspx

https://mxtoolbox.com/SuperTool.aspx

And also check for the DMARK record which is found in your mx records or not.

还要检查是否在您的 mx 记录中找到了 DMARK 记录。

回答by Manford Benjamin

Go to sendgrid.com > Settings > Sender Authentication and configure DNS

转到 sendgrid.com > 设置 > 发件人身份验证并配置 DNS