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">&nbsp;</td>
                <td bgcolor = "##FFFFD7"width="135">Incident ID:</td>
                <td bgcolor = "##FFFFD7">#NewID#</td>
        </tr>
        <tr><td>&nbsp;</td>
                <td>Priority:</td>
                <td>#Form.Priority#</td>
        </tr>
        <tr><td bgcolor = "##FFFFD7">&nbsp;</td>
                <td bgcolor = "##FFFFD7">Date/Time:</td>
                <td bgcolor = 
"##FFFFD7">#DateFormat(variables.SubmitTime,"mm-dd-yyy")# 
#TimeFormat(variables.SubmitTime)#</td>
        </tr>
        <tr><td>&nbsp;</td>
                <td>Status:</td>
                <td>Pending</td>
        </tr>
        </table>
        </cfmail>       
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to