gpt4 book ai didi

coldfusion - 使用 CFMAIL 标签发送带有图像的电子邮件

转载 作者:行者123 更新时间:2023-12-03 13:06:37 24 4
gpt4 key购买 nike

我的代码如下,

<cfmail
to="sender@xyz.com"
from="receiver@xyz.com"
subject="email with image">

<img src="cid:pClip" width="350" height="85" alt="" />

there is an image above this msg.

<cfmailparam file="#ExpandPath('PaperClip.jpg')#"
contentid="pClip"
disposition="inline" />

</cfmail>

我让它工作了,但是现在的问题是图像显示为附件, 不是 内联(邮件客户端:Outlook 2010)。有什么建议?

最佳答案

你需要在你的 cfmail 标签中添加一个 type 属性

<cfmail
to="sender@xyz.com"
from="receiver@xyz.com"
subject="email with image"
type="html">

关于coldfusion - 使用 CFMAIL 标签发送带有图像的电子邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6335988/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com