SendGrid Link Branding gives ssl issue

天大地大妈咪最大 提交于 2020-05-29 07:31:46

问题


Unfortunately, nobody is responding to my support ticket so I think it's a problem needs someone with experience with sendgrid

the reproduction is simple:

  1. did the Domain Authentication and Link Branding

  2. Added all the necessary record to my DNS configs

  3. All verified in SendGrid dashboard.

  4. Tried sending an email and click on the link it gives me this


回答1:


Give API Key its full access, follow steps:

  1. Settings
  2. API Keys
  3. Edit API Key
  4. Full Access
  5. Update

Whitelist your domain, follow steps:

  1. Settings
  2. Sender Authentication
  3. Domain Authentication
  4. Select DNS Host
  5. Enter your domain name
  6. Copy all records and put them in your Advanced DNS management console

Add a branded link, follow steps:

  1. Settings
  2. Sender Authentication
  3. Link Branding
  4. Follow the steps on the screen
  5. Copy all records and put them in your Advanced DNS management console

NOTE: When adding records, make sure not to have domain name in the host. Crop it out.


Now, I attach any http or https url in html_content like

html_content="<a href='https://www.python.org/'>Python</a>")

When I receive email, and click on the link, it loads perfectly.

This is the link generated - Python



来源:https://stackoverflow.com/questions/61169431/sendgrid-link-branding-gives-ssl-issue

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!