如何将Godaddy服务器中的图像链接到我的html电子邮件正文中

时间:2018-07-17 05:44:45

标签: html email

我目前正在尝试为ASP.net应用程序设置一个html电子邮件模板。电子邮件部分正在工作,但模板中的我的图像链接不起作用。以下是电子邮件模板的正文。我敢肯定,Godaddy服务器存在问题,该服务器不允许公开共享图像。

    <body>
  <div class="container">
    <div class="row">
      <div class="col-sm-2">
      </div>
      <div class="col-sm-8">
        <img src="www.mocking.com/Images/Public/welcome.jpg" width="100%" alt="">
        <br>
        <br>
        <div class="text-center">
          <h1>Welcome to Mocking.com</h1>
          <br>
        </div>
          <i>Please click on "Confirm Activation"</i>

        <p > Some Text Some text Some Text  Some Text #@PARAM1 text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  </p>

        <div class="cls_btn">Activate User</div>

        <div > Some Text Some text Some #@PARAM2 Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text  Some Text Some text Some Text <span class="cls_link">Mocking.com </div>
      </div>
      <div class="col-sm-2">
      </div>
    </div>

</body>
</html>

有人可以帮我设置公共图像,以便电子邮件链接正常工作吗?

这是我在Godaddy设置的图片文件夹。

enter image description here

谢谢, PG

此处设置了文件许可权,但没有具体规定。一切都看完了。

enter image description here

完整的文件夹结构 enter image description here

0 个答案:

没有答案