Ashley

If you are sending email to a client then you would need to set the Image
path as an absolute path instead of a Relative like you have in your code.
My guess is that although you have specified where the image should come
from in your <CFMAIL> tag that all that's getting sent is the <IMG SRC> tag.
This means that the client's email browser is searching in
"C:\MyDocumnets...". Try setting the tag to an absolute URL where the image
is stored. Like so;

<img src="http://www.theURL_where_the_image_can_be_found.jpeg">

Try that. Should do the trick.

Spencer Saunders
-----Original Message-----
From: Ashley Hart <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: June 19, 2000 10:41 AM
Subject: image in e-mail does not come out


>Hi Everybody,
>
>I am trying to create an automatic e-mail message that contains my
>client's logo.  This is for a Guest Pass the online user will recieve
>via the e-mail.  The message works correctly and is sent out
>automatically the moment the online user submits their request to get a
>Guest Pass. The problem is the image of the logo is not coming up.  I've
>create this as a HTML e-mail message, so I don't see why the IMG SRC
>would not work.  In the e-mail address, you do see that there is suppose
>to be an image, but the image does not appear. Any ideas?  Here is the
>code:
>
><cfmail FROM="[EMAIL PROTECTED]" TO="#Form.email#"
>SUBJECT="Guest Pass" type="HTML">
><img src="/My Documents/wh1 color1.jpg" width=135 height=133 border=0
>alt="">
><p>Thank you #FirstName# #LastName# for your request. This is your Guest
>Pass.  Please take it with you to gain a reduced admission.
><p>This Guest Pass is only good for #FirstName# #LastName#.
>
>
>-ashley
>---------------------------------------------------------------------------
---
>Archives: http://www.eGroups.com/list/cf-talk
>To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to