<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 6.1 - htmldocs - tags-pb2.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T09:13:52</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#35780" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#26495" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#23257" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#21312" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#19447" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#19446" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#17128" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#16783" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#16639" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#15966" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#15102" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#15103" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#12060" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#11880" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#8645" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#8403" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#8119" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#35780">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#35780</link>
		<description>&lt;!--- Script for multiple mail attachmanets ---&gt;&lt;br /&gt;&lt;!--- Formfield with the exact ( c:\.....) path to the attachments , delimited if more then one---&gt;&lt;br /&gt;&lt;cfparam name=&quot;attach&quot; default=&quot;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfmail type=&quot;html&quot; to=&quot;someone@xyz.com&quot; from=&quot;me@xyz.com&quot; subject=&quot;xy&quot; &gt;&lt;br /&gt;&lt;!--- loop through formfield and attach the files ---&gt;&lt;br /&gt;&lt;cfif #attach# is not &quot;&quot;&gt;&lt;br /&gt;&lt;cfset arr = listToArray(attach)&gt;&lt;br /&gt;&lt;cfoutput&gt;&lt;br /&gt;	&lt;cfloop from=&quot;1&quot; to=&quot;#arrayLen(arr)#&quot; index=&quot;i&quot;&gt;&lt;br /&gt;	&lt;cfmailparam file=&quot;#arr[i]#&quot;&gt;&lt;br /&gt;	&lt;/cfloop&gt;&lt;br /&gt;&lt;/cfoutput&gt;&lt;br /&gt;&lt;/cfif&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- Mailtext starts here ---&gt;&lt;br /&gt;&lt;cfmail&gt;</description>
		<dc:creator>TomGru</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-06-21T04:37:47</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#26495">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#26495</link>
		<description>RE:  Hutz said on Jun 17, 2004 at 6:10 PM :&lt;br /&gt;&lt;br /&gt;This is still an outstanding issue.  There is no way in CF 6.1 to generate a truly multi-part email that is standards compliant (containing both text and html versions of the email).  The workaround described in &quot;Macromedia issue 53723&quot; generates a standards-breaking email, which displays incorrectly in most email clients.&lt;br /&gt;&lt;br /&gt;It's little niggles like this that prevent CF from competing on a truly enterprise level.  Text emails are back in the main stream now that people are receiving them on mobile devices such as blackberries, and all late model email applications block the loading of remote images; if you want the image to appear in the email (standards complaintly, I'm not talking about &lt;cfmailparam file=&quot;image.gif&quot;&gt;&lt;img src='image.gif'&gt;, which is not compliant and does not work in all email clients), you have to attach it in a multi-part/alternative email, giving it a CID, and referencing the CID in the src attribute.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-01-13T08:48:59</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#23257">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#23257</link>
		<description>Could you discuss restrictions with the CFMAILPARAM tag in CFMX6.1?&lt;br /&gt;&lt;br /&gt;For example:&lt;br /&gt;-A custom MESSAGE-ID seems to be overwritten by the java system, even though it will appear correctly in the mail file in the spool directory.&lt;br /&gt;-Your custom tags can be separated from the other headers by a one line space, causing some email pop readers (including CFPOP!) to believe that these extra parameters are in the body, not the header, if several CFMAILPARAMs are used in a row, with CFIFs around some of them.&lt;br /&gt;&lt;br /&gt;Are there other limitations?</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-11-01T21:36:07</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#21312">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#21312</link>
		<description>ColdFusion 6.1 Updater&lt;br /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;Two attributes have been added to the cfmailparam tag to support&lt;br /&gt;mail file attachments:&lt;br /&gt;  disposition=&quot;disposition-type&quot;&lt;br /&gt;  content ID=&quot;content ID&quot;&lt;br /&gt;The disposition attribute specifies how the file content is to be&lt;br /&gt;handled. Its value can be inline or attachment. The contentID attribute &lt;br /&gt;specifies the mail content-ID header value and is used as an identifier &lt;br /&gt;for the attached file in an IMG or other tag in the mail body that &lt;br /&gt;references the file content. This ID should be globally unique.&lt;br /&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</description>
		<dc:creator>marmot</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-09-14T06:00:25</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#19447">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#19447</link>
		<description>2.1.44 Disposition-Notification-To: header&lt;br /&gt;Header name: &lt;br /&gt;Disposition-Notification-To &lt;br /&gt;Description: &lt;br /&gt;Mailbox for sending disposition notification &lt;br /&gt;Applicable protocol: &lt;br /&gt;mail (http://www.rfc-editor.org/rfc/rfc2822.txt) &lt;br /&gt;Status: &lt;br /&gt;standards-track &lt;br /&gt;Author/change controller: &lt;br /&gt;IETF (mailto:iesg@ietf.org) &lt;br /&gt;Internet Engineering Task Force.&lt;br /&gt;&lt;br /&gt;Specification document(s): &lt;br /&gt;http://www.rfc-editor.org/rfc/rfc2298.txt &lt;br /&gt;Related information: &lt;br /&gt;Indicates that the sender wants a disposition notification when this message is received (read, processed, etc.) by its recipients.</description>
		<dc:creator>Francisco Mancardi</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-04T05:59:20</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#19446">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#19446</link>
		<description>Return Receipt Example&lt;br /&gt;=================================================&lt;br /&gt;&lt;html&gt;&lt;br /&gt;&lt;head&gt;&lt;br /&gt;	&lt;title&gt;test cfmail - www.gruppotesi.com&lt;/title&gt;&lt;br /&gt;&lt;/head&gt;&lt;br /&gt;&lt;br /&gt;&lt;body&gt;&lt;br /&gt;&lt;h2&gt;Send mail with Disposition-Notification-To -&gt; return receipt&lt;/h2&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfmail from=&quot;reporter@mydomain.com&quot; &lt;br /&gt;        to=&quot;developer@mydomain.com&quot; &lt;br /&gt;        failto=&quot;postmaster@mydomain.com&quot;&lt;br /&gt;        subject=&quot;Disposition-Notification-To&quot;&gt;&lt;br /&gt;        &lt;br /&gt;        &lt;br /&gt;        &lt;br /&gt;&lt;!--- &lt;br /&gt;header Disposition-Notification-To&lt;br /&gt;---&gt;&lt;br /&gt;&lt;cfmailparam name=&quot;Disposition-Notification-To&quot; value=&quot;reporter@mydomain.com&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;/cfmail&gt;&lt;br /&gt;&lt;/body&gt;&lt;br /&gt;&lt;/html&gt;</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-08-04T05:45:22</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#17128">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#17128</link>
		<description>Code from 4.5 and up doesn't work in 6.1.  We had been building multipart emails using CFMAILPARAM NAME=&quot;Content-Type&quot; VALUE=&quot;multipart/alternative; boundary=&quot;&quot;------------61FAEAC2EB82FEB06690F767&quot;&quot;&quot;    (or any other boundary)&lt;br /&gt;&lt;br /&gt;This now causes a nullpointer error. &lt;br /&gt;&lt;br /&gt;Technotes has a note on this citing &quot;Macromedia issue 53723&quot;&lt;br /&gt;http://www.macromedia.com/support/coldfusion/ts/documents/type_cfmailparam.htm&lt;br /&gt;&lt;br /&gt;Unfortunately, the posted workaround only works with Outlook and Outlook Express clients (as far as we can tell).  Try Netscape, Mozilla, or Mac Mail and the formerly successful emails fail.&lt;br /&gt;&lt;br /&gt;With the posted workaround, a second Content-Type header is generated after the one that CF generates automatically.  Some clients read the first instance, some read the last.  We need to be able to override the default.  The inability of some java component to process text makes no sense.&lt;br /&gt;&lt;br /&gt;We need a patch or a compliant workaround...</description>
		<dc:creator>Hutz</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-06-17T18:10:12</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#16783">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#16783</link>
		<description>From what I've found out about file attachments on cfmail is that they have to be local.. as in c:\mail_attachment\whatever.ext&lt;br /&gt;&lt;br /&gt;I'm using c:\mail_attachment\#variable#&lt;br /&gt;the variable being the filename..&lt;br /&gt;unfortunately I'm reading and writing the files to copy them..&lt;br /&gt;and I'm having a binary file issue or whatever myself.. but I'll figure that out soon enough..</description>
		<dc:creator>Mettedraq</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-06-14T08:02:41</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#16639">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#16639</link>
		<description>You might want to check to see if you put the cfoutput tag around your variable.. I forget to do this alot and check for it first thing if I have a variable problem..&lt;br /&gt;&lt;br /&gt;&lt;cfoutput&gt;&lt;br /&gt;#variable#&lt;br /&gt;&lt;/cfoutput&gt;&lt;br /&gt;&lt;br /&gt;&gt;I guess this is kind of similar to question by Didgiman...&lt;br /&gt;&gt;&lt;br /&gt;&gt;I have the following code:&lt;br /&gt;&gt;&lt;cfmailparam file=&quot;#fileName#&quot;&gt;&lt;br /&gt;&gt;&lt;br /&gt;&gt;this gives me a Java.Lang.NullPointerException error. If I hardcode a &gt;filename, it works fine. Does CF not like having variables in the &gt;cfmailparam? Thanks.</description>
		<dc:creator>Mettedraq</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-06-11T10:33:49</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#15966">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#15966</link>
		<description>I guess this is kind of similar to question by Didgiman...&lt;br /&gt;&lt;br /&gt;I have the following code:&lt;br /&gt;&lt;cfmailparam file=&quot;#fileName#&quot;&gt;&lt;br /&gt;&lt;br /&gt;this gives me a Java.Lang.NullPointerException error.  If I hardcode a filename, it works fine.  Does CF not like having variables in the cfmailparam?  Thanks.</description>
		<dc:creator>ddevados</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-06-02T14:20:37</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#15102">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#15102</link>
		<description>Your documentations on CFMAILPARAM has a type - it says &quot;HICH&quot; instead of &quot;HIGH&quot;... here is the text from the documentation:&lt;br /&gt;&lt;br /&gt;&lt;cfmailparam name = &quot;Importance&quot; value = &quot;Hich&quot;&gt;</description>
		<dc:creator>MikeRamsager</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-05-20T06:37:04</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#15103">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#15103</link>
		<description>Your documentation on CFMAILPARAM has a typo - it says &quot;HICH&quot; instead of &quot;HIGH&quot;... here is the text from the documentation:&lt;br /&gt;&lt;br /&gt;&lt;cfmailparam name = &quot;Importance&quot; value = &quot;Hich&quot;&gt;</description>
		<dc:creator>MikeRamsager</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-05-20T06:37:04</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#12060">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#12060</link>
		<description>The example (/6.1/htmldocs/tags-pb2.htm) does not contain a 'return-receipt-requested' param - which is the subject matter being questioned above.</description>
		<dc:creator>Bauschj</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-03-30T12:22:40</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#11880">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#11880</link>
		<description>We are working to improve the examples in the ColdFusion reference pages. We propose to replace the current example on this page with the the following example. If you have any comments on this example, add them to this page.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;cfmailparam Example&lt;/h3&gt;&lt;br /&gt;&lt;p&gt;This view-only example uses cfmailparam to attach files and add header to&lt;br /&gt;   a message.&lt;/p&gt;&lt;br /&gt;&lt;cfmail from = &quot;peter@domain.com&quot; To = &quot;paul@domain.com&quot; Subject = &quot;See Important Attachments and Reply&quot;&gt;&lt;br /&gt;   &lt;cfmailparam name = &quot;Importance&quot; value = &quot;High&quot;&gt;&lt;br /&gt;   Please review the new logo. Tell us what you think.&lt;br /&gt;   &lt;cfmailparam file = &quot;c:\work\readme.txt&quot; type=&quot;text/plain&quot;&gt;&lt;br /&gt;   &lt;cfmailparam file = &quot;c:\work\logo.gif&quot; type=&quot;image/gif&quot;&gt;&lt;br /&gt;&lt;/cfmail&gt;</description>
		<dc:creator>wlee</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-03-26T10:29:34</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#8645">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#8645</link>
		<description>Why is it then, that when I send a mail with Outlook, and I ask for a delivery receipt, I get the receipt, but  when I send a mail to the same email address with ColdFusion, I get nothing?</description>
		<dc:creator>Didgiman</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-02-23T05:39:55</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#8403">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#8403</link>
		<description>ColdFusion sends the header.&lt;br&gt;The SMTP server that gets the message for delivery (not the one that CF is talking to) is responsible for sending the return receipt, but may not.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2004-02-18T11:51:39</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#8119">
		<title>coldfusion/6.1/htmldocs/tags-pb2.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/6.1/htmldocs/tags-pb2.htm#8119</link>
		<description>How on earth can I make this piece of code:&lt;br /&gt;&lt;cfmailparam name=&quot;Return-Receipt-To&quot; value=&quot;#form.mailFrom#&quot;&gt;&lt;br /&gt;actually let the receiving server sent a receipt?&lt;br /&gt;Yes, I am using it inside a cfmail tag that works.&lt;br /&gt;&lt;br /&gt;Maybe I have to use another procedure? Please tell me!</description>
		<dc:creator>Didgiman</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2004-02-16T06:07:48</dc:date>
	</item>
	</rdf:RDF>

