Also... In your gae examples, I am getting the following error on the desktop and gae: ----------------------------------------- Bad File Exception Request /demo/gae/mail/cfmail.cfm
Type Template Message Unrecognized tag Tag <CFMAIL Position Line=15; Column=5 Detail The tag cfmail is not recognized. Please check for correct spelling. Source 12: 13: <h3>cfmail Example</h3> 14: <p>This view-only example shows the use of cfmail. 15: <cfmail to = "#toAddr#" 16: from = "#fromAddr#" ^ Snippet from underlying CFML source --------------------- -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
