<?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 - 7 - htmldocs - 00000297.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-26T04:37:30</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#87630" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#87612" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#87606" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#87568" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#80760" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#74094" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#65059" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#43513" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#43309" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#43236" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#87630">
		<title>coldfusion/7/htmldocs/00000297.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#87630</link>
		<description>Yes, we agree that the behavior should be as it was in ColdFusion 5.  A bug has been filed for this issue; it will be addressed.</description>
		<dc:creator>Mallika Yelandur</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2008-09-12T04:15:13</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#87612">
		<title>coldfusion/7/htmldocs/00000297.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#87612</link>
		<description>In regard to the invalid email address issue I posted on Sep. 9. The invalid means undeliverable or unknown user on the receipient's email server. For instance, &quot;invalidAddress@adobe.com&quot; can't be delivered since it doesn't exist (I hope :-) ) in Adobe's email server.&lt;br /&gt;&lt;br /&gt;I think ColdFusion should send the email to those with valid addresses even though there is an invalid (undeliverable) address in the list. This is the behavior in ColdFusion 5.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-09-11T09:58:46</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#87606">
		<title>coldfusion/7/htmldocs/00000297.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#87606</link>
		<description>If one of the email addresses is invalid (say, &quot;docs@adobe.com;aaaaa&quot;), none of the recipients get the email. However, if one of the email addresses is wrong (say, &quot;docs@adobe;a@a.com), the wrong email address is ignored and the email is sent to the other recipients.</description>
		<dc:creator>Mallika Yelandur</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2008-09-11T02:54:04</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#87568">
		<title>coldfusion/7/htmldocs/00000297.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#87568</link>
		<description>It seems that if one of the email addresses of the recipients is invalid (not deliverable) then the email is not sent to anyone. Not sure if there is a way to fix it.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-09-09T11:26:55</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#80760">
		<title>coldfusion/7/htmldocs/00000297.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#80760</link>
		<description>The syntax for multiple To: Cc: or Bcc: fields is simply to join them with either a comma or semi-colon, followed by an optional space.  Testing seems to support that the addresses can be of any of the valid formats mentioned above.</description>
		<dc:creator>PerlProgrammer</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-02-15T12:17:06</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#74094">
		<title>coldfusion/7/htmldocs/00000297.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#74094</link>
		<description>Jimpq40 :&lt;br /&gt;&lt;br /&gt;When you output a string with double-quote to a text field, the result will be like this:&lt;br /&gt;＜input type=&quot;text&quot; value=&quot;i am an &quot;special&quot; apple&quot; /＞&lt;br /&gt;&lt;br /&gt;The double-quote, which before the word {special}, end the attribute {value}, and this makes the field value truncated.&lt;br /&gt;&lt;br /&gt;It is always recommended to htmlCodeFormat() the string if it is free-text.&lt;br /&gt;&lt;br /&gt;This is the &quot;issue&quot; of HTML but not CFMAIL or CF.</description>
		<dc:creator>ｃｒａｂ</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-09-26T23:39:05</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#65059">
		<title>coldfusion/7/htmldocs/00000297.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#65059</link>
		<description>Appears that double quotes truncate a form field value when entered in the body of an email created by cfmail tag.   Had to use  URLEncodedFormat form field on the submit page and URLDecode on the action page that used cfmail.    Work-around should be applied to  all fields that can accept character data..but should not have to do this.</description>
		<dc:creator>Jimpq40</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-04-04T08:43:38</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#43513">
		<title>coldfusion/7/htmldocs/00000297.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#43513</link>
		<description>&gt; (Optional) Mail message body and/or cfhttpparam tags&lt;br /&gt;&lt;br /&gt;I think it should be cfmailparam...</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-12-21T09:48:11</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#43309">
		<title>coldfusion/7/htmldocs/00000297.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#43309</link>
		<description>Using the keyword 'Version' returns the server_protocol variable within cfmail.  When using a cfmail tag, do not use #Version# as a variable name within the content of the email as it may return the incorrect or differing value.</description>
		<dc:creator>lilmag</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-12-14T13:24:15</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#43236">
		<title>coldfusion/7/htmldocs/00000297.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000297.htm#43236</link>
		<description>This form did not work for me until i added a value and a name to the submit button and a method to the form.&lt;br /&gt;&lt;br /&gt;form method=&quot;post&quot; action= &quot;form.cfm&quot;&lt;br /&gt;&lt;br /&gt;input type = &quot;Submit&quot; value=&quot;submit this&quot; name = &quot;btnSubmit&quot;</description>
		<dc:creator>eatmorepossum</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-12-12T08:12:00</dc:date>
	</item>
	</rdf:RDF>

