Ask a Question related to Macromedia ColdFusion, Design and Development.
-
storserver #1
CFMAIL - How to add image
Is it possible to include an image in a CFMAIL tag?
Here's my code.
<CFMAIL TO="#Form.mailto#"
FROM="#Form.mailfrom#"
SUBJECT="#Form.mailsub#"
CC = "#Form.Mailcc#" TYPE="HTML">
<IMG SRC="Password.gif">
#form.Note#
</CFMAIL>
The mail works fine, but the image doesn't display in the e-mail.
Thanks!
storserver Guest
-
Cfmail help
I am using one page to process 2 different forms. All of the form information is submitted correctly. The email that is generated however arrives... -
CFMAIL and SPF
Today's question revolves around "Sender Policy Framework, or SPF". All of our client email links on our site prompt our users to create and send... -
<cfmail></cfmail> in a script
I am wondering if I can put <cfmail> tags and code within a javascript script. will the browser recognize it, and perform the instructions? ... -
cfmail - Attribute validation error for tag CFMAIL.
I'm getting the error ' Attribute validation error for tag CFMAIL.' on the code below. All its doing is outputting a text string to the TO: field. ... -
need help with cfmail
I use 2 different mechanisms. 1. Depending on your particular mail server, it may store any undeliverable mail in a particular folder that you can... -
dave_jf #2
Re: CFMAIL - How to add image
You need to have a fully qualified path to the file.
<IMG SRC="http://www.yoururl.com/Password.gif">
--Dave
dave_jf Guest
-



Reply With Quote

