have you found the answer? I had the same problem and so I added the smtp
server and it's port number intot he CFMAIl tag and it worked. This is a
very strange occurrence though.

Tammy

-----Original Message-----
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 30, 2001 8:52 AM
To: CF-Talk
Subject: CFMAIL


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>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to