Re: embedding an image in cfmail

2005-03-18 Thread cf coder
thanks for this. I'll do this on Monday as I have to wait for clearance. Regards cfcoder ~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a proj

Re: embedding an image in cfmail

2005-03-18 Thread JediHomer
halfway down the page is the following section: marmot said on Sep 14, 2004 at 6:00 AM : which reports that the Content-ID has been added to 6.1 in the latest updater On Fri, 18 Mar 2005 10:05:43 -0400, cf coder <[EMAIL PROTECTED]> wrote: > Just looked up the cfmailparam tag in the coldfusion

Re: embedding an image in cfmail

2005-03-18 Thread JediHomer
you'll need the latest updater installed to bring you up to version Version: 6,1,0,83762 On Fri, 18 Mar 2005 09:57:21 -0400, cf coder <[EMAIL PROTECTED]> wrote: > I get an error when I run that code > > Attribute validation error for tag CFMAILPARAM. > The tag does not allow the attribute(

Re: embedding an image in cfmail

2005-03-18 Thread cf coder
Just looked up the cfmailparam tag in the coldfusion 6.1 online documentation. CONTENTID attribute is not part of the tag. It is however included in CFMX 7 http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-pb2.htm#wp1101294 http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/ww

Re: embedding an image in cfmail

2005-03-18 Thread cf coder
I get an error when I run that code Attribute validation error for tag CFMAILPARAM. The tag does not allow the attribute(s) CONTENTID. The valid attribute(s) are FILE,NAME,TYPE,VALUE. This is the cfmx version I have installed on the server Version 6,1,0,hf52806_61 Any thoughts?

Re: embedding an image in cfmail

2005-03-18 Thread JediHomer
Something like: sFile = ExpandPath("sadie.jpg"); sImageTo = ExpandPath("gilly.jpg"); sImage1 = LCase(CreateUUID()); sImage2 = LCase(CreateUUID()); plaing text part cid:#sImage2#";>

Re: embedding an image in cfmail

2005-03-18 Thread cf coder
thanks Jedi for your reply. How do I go about embeding it. And the cid where can I generate this? I'm sorry I don't have any past experience in it Regards cfcoder ~| Find out how CFTicket can increase your company's customer sup

Re: embedding an image in cfmail

2005-03-18 Thread JediHomer
With 6.1 and the latest updater installed, it is possible to label the content-ids of attached files to the email... So you could in theory embed the images and reference them like cid:8932740237492";> Similarly to how Jochems AdvancedEmail tags work HTH On Fri, 18 Mar 2005 09:16:14 -0400, c

Re: embedding an image in cfmail

2005-03-18 Thread cf coder
another thing I forgot to mention, when I run the image on the browser, I don't get prompted to enter the username and password. http://gateway/pages/Images/jobupdated.gif The security settings on the images folder is set to "Full Control" ~~~

embedding an image in cfmail

2005-03-18 Thread cf coder
Is it possible to do this in ColdFusion 6.1? I ask this because the email that is sent via cfmail has a div tag in it with the style background-image attribute and when I try to open the email in ms outlook, I get prompted to enter the username and password. I have XP Professional SP2 running on

Re: Embedding an image in cfmail

2004-04-01 Thread Jeremy Brodie
ference the full http path for the image in the email, > not just "image.jpg". You'd have to do > com/images/image.jpg"> for it to work. > > John > > > > From: Casey C Cook [mailto:[EMAIL PROTECTED] > Sent

Re: Embedding an image in cfmail

2004-04-01 Thread Thomas Chiverton
On Thursday 01 Apr 2004 11:51 am, Thomas Chiverton wrote: > digging my self. You need to change line 454 to be: file="#request.AdvancedEmail.AttachmentArray[CurrentAttachment][1]#" variable="temp"> There may or may not need to be some logic for using a normal action="" for CSS files. Anyway,

Re: Embedding an image in cfmail

2004-04-01 Thread Jeremy Brodie
PROTECTED] > Sent: Wed 3/31/2004 5:25 PM > To: CF-Talk > Subject: RE: Embedding an image in cfmail > > > > Using CFMX currently. So what Im hearing is use > and > its possible. We have been unable to get it to work as of yet. Thanks > for > the responses. &

Re: Embedding an image in cfmail

2004-04-01 Thread Thomas Chiverton
On Thursday 01 Apr 2004 11:51 am, Thomas Chiverton wrote: > I go and learn the Java mail API myself ? I am having some success with cf_advancedemail form Jochem, except it appears to be corrupting the gif attachments. I'm cc'ing him to see if he knows why this might be the case, as well as diggi

RE: Embedding an image in cfmail

2004-04-01 Thread Burns, John D
You have to reference the full http path for the image in the email, not just "image.jpg". You'd have to do John From: Casey C Cook [mailto:[EMAIL PROTECTED] Sent: Wed 3/31/2004 5:25 PM To: CF-Talk Subject: RE: Embedding an image in cfm

Re: Embedding an image in cfmail

2004-04-01 Thread Thomas Chiverton
On Thursday 01 Apr 2004 11:22 am, Thomas Chiverton wrote: > IIRC, it's a bug that you can't do this with the 'new' cfmail tags in CFMX, because even when I set:    The email still comes out with CF auotgenerated boundrys: --=_Part_4_4000810.1080815767335 and then at the end is my hard coded o

Re: Embedding an image in cfmail

2004-04-01 Thread Thomas Chiverton
On Wednesday 31 Mar 2004 23:41 pm, [EMAIL PROTECTED] wrote: > with this approach you just build a web page as teh body.  note that the > image tags have to have FQ URIs...http://foo.net/images/goo.gif. They shouldn't have to be - you should be able to reference inline attached pictures. Remember

RE: Embedding an image in cfmail

2004-03-31 Thread Douglas.Knudsen
image in cfmail Using CFMX currently. So what Im hearing is use and its possible. We have been unable to get it to work as of yet. Thanks for the responses. CC   _ [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Embedding an image in cfmail

2004-03-31 Thread Casey C Cook
Using CFMX currently. So what Im hearing is use and its possible. We have been unable to get it to work as of yet. Thanks for the responses. CC [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Embedding an image in cfmail

2004-03-31 Thread Douglas.Knudsen
though. Doug -Original Message- From: Casey C Cook [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 4:23 PM To: CF-Talk Subject: Embedding an image in cfmail Does anyone have a quick example of code that will embed an image in a cfmail ? I want the output to look something

RE: Embedding an image in cfmail

2004-03-31 Thread Casey C Cook
Heres the source code which is using the but the image does not come back.   FROM="#ENUM_THIS_REPORTER.REPORTER_EMAIL#"    SUBJECT="#ENUM_CONTEXT.CONTEXT_ID# Daily News Summary text"> Read 7C252360672B03A0BAD013A5 Content-Type: image/gif;

RE: Embedding an image in cfmail

2004-03-31 Thread Dan Phillips
Just use good ol' HTML. -Original Message- From: Casey C Cook [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 4:23 PM To: CF-Talk Subject: Embedding an image in cfmail Does anyone have a quick example of code that will embed an image in a cfmail ? I want the output to

Embedding an image in cfmail

2004-03-31 Thread Casey C Cook
Does anyone have a quick example of code that will embed an image in a cfmail ? I want the output to look something like My cruise pics See this nice image! (IMAGE1) See this nice image! (IMAGE2) See this nice image! (IMAGE3) Thanks for your assistance, Casey Cook [Todays Threads] [This M