Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试在电子邮件模板中附加 Limesurvey v.1.87+ 中的图片时,它已正确附加(似乎是因为我可以看到它)但是当我将邀请发送给令牌时,图片不会出现在电子邮件中全部,我不知道为什么。
以前有人有同样的问题吗?
非常感谢大家!
你需要把图片的完整链接,
代替
<img src="upload/surveys/sid/images/pic.png" />
经过
<img src="http://example.org/limesurvey/upload/surveys/sid/images/pic.png" />
LS 1.87 不支持附件。并且链接或未准备好电子邮件(在 2.0 中修复)。