Tag: coldfusion
-
CFMAILPARAM: Display an attached image in the body of an HTML email
CFMAILPARAM From Adobe.com. With the cfmailparam tag, you can display an image inline inside an html email. Display a file inline in a mail message Specify type=”html” in the cfmail tag. Specify disposition=”inline” and a ContentID attribute in the cfmailparam tag. Use a src=”cid:ContentIDValue” attribute to identify the content to include in the HTML tag…