Everything is there. Headers and body...

-----Original Message-----
From: Gary P. McNeel, Jr. [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 03, 2001 10:47 AM
To: CF-Talk
Subject: RE: CFMAIL


Look at file in undeliverable. Check the file size. See if the body made it.
We experienced this problem under NT. Moving to 2K solved this. We found
files with just the header or even 0k files. Hope this helps.

-Gary

> -----Original Message-----
> From: Tammy Hong [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 03, 2001 10:05 AM
> To: CF-Talk
> Subject: RE: CFMAIL
>
>
> 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>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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