我在我的应用程序中使用SendGrid作为电子邮件提供程序。当我在电子邮件中放置一个链接时,它会被重新编码为SendGrid服务器上的链接。我可以信任此密码重置密码吗?我知道我已经通过他们的服务器发送了我的链接信任SendGrid但是重写网址的目的是什么。要使用该链接,您还需要知道电子邮件地址,它仅在20分钟内有效。
我的电子邮件中的链接看起来像
http://myserver/resetpassword/oLsjShCLh7tFpyl8cEzbghHpS59iazhD
它将在电子邮件中编码为
答案 0 :(得分:1)
这是因为您的帐户已启用public class GetterAndSetter {
private int bestScore;
private int cDate;
//use eclipse generate getter and setter
public int getBestScore() {
return bestScore;
}
public void setBestScore(int bestScore) {
this.bestScore = bestScore;
}
public int getcDate() {//why not be getCDate?
return cDate;
}
public void setcDate(int cDate) {//why not be setCDate?
this.cDate = cDate;
}
}
。登录您的SendGrid信息中心,然后点击左侧的导航栏点击Click Tracking
- > Settings
并停用Tracking
。