Figured it out. We had a custom tag <CF_ParagraphFormat> We took out all the white space in the custom tag and the CFMAIL works now.
At 09:51 AM 11/30/2001 -0500, you wrote: >This is really strange. Our development server is sending a CFMAIL just >fine. (WIN2k Server CF 4.5.1 SP2) > >Our production server is rejecting the CFMAIL. Basically the email is >moved to the UNDELIVERED folder. (WIN NT Server CF 4.5.1SP2) There are >other pages on the production server that use CFMAIL just fine. Why would > >I have checked the CF Administrator for the mail settings, and every thing >is correct. Anyone have an idea why this would happen? > > > > <cfmail to="[EMAIL PROTECTED]" from="[EMAIL PROTECTED]" > subject="New Incident! [#Form.Priority#] ""#Form.Title#""" > type="HTML"> > <br><br> > <table width="500" cellspacing="0" cellpadding="2"> > <tr><td bgcolor = "##FFFFD7" width="1"> </td> > <td bgcolor = "##FFFFD7"width="135">Incident ID:</td> > <td bgcolor = "##FFFFD7">#NewID#</td> > </tr> > <tr><td> </td> > <td>Priority:</td> > <td>#Form.Priority#</td> > </tr> > <tr><td bgcolor = "##FFFFD7"> </td> > <td bgcolor = "##FFFFD7">Date/Time:</td> > <td bgcolor = > "##FFFFD7">#DateFormat(variables.SubmitTime,"mm-dd-yyy")# >#TimeFormat(variables.SubmitTime)#</td> > </tr> > <tr><td> </td> > <td>Status:</td> > <td>Pending</td> > </tr> > </table> > </cfmail> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

