rails教程帐户激活:如何使用heroku部署sendgrid上的rails标签?

时间:2017-12-23 09:42:09

标签: ruby-on-rails heroku sendgrid white-labelling

我已经尝试了很多方法来在sendgrid上对我的应用进行白标记。不幸的是,Rails教程没有详细说明如何做到这一点。

要使用sendgrid,您必须验证您的帐户。最后一步是白名单。我必须承认,我完全不知道如何做这一步或它意味着什么。我必须填写各种领域。

到目前为止,我的应用程序有以下内容,即https://still-beyond-10331.herokuapp.com/

Type: CNAME, HOST: still-beyond-10331.herokuapp.com, DATA: u6460287.wl038.sendgrid.net

Type: CNAME, HOST: s1._domainkey.com, DATA: s1.domainkey.u6460287.wl038.sendgrid.net

Type: CNAME HOST: s2._domainkey.com, DATA: s2.domainkey.u6460287.wl038.sendgrid.net

然后有3行,每行有2个字段,这些字段自动预填充数据(HOST和DATA),所以我点击了验证。这些字段如下

Error validating whitelabel:
• Expected CNAME for "still-beyond-10331.herokuapp.com" to match "u6460287.wl038.sendgrid.net".
• Expected CNAME for "s1._domainkey.com" to match "s1.domainkey.u6460287.wl038.sendgrid.net".
• Expected CNAME for "s2._domainkey.com" to match "s2.domainkey.u6460287.wl038.sendgrid.net".

DNS providers may take up to 48 hours to make your changes public. If your records are correct in your DNS host, you may have to revalidate in a few hours in order to begin utilizing your domain.

当我点击"验证"我收到以下错误:

<input type="text" id="currency">
<button onclick="convertUstoRiyal()">Convert</button>
<div id="calcAll">the value</div>

我遇到的问题是我已阅读文档但不理解。它假设对所用术语有一定的了解。这个阶段让我彻底迷失了。上面显示的字段有哪些正确的输入?

0 个答案:

没有答案