Have you looked in the CF spool to see if the mail is being generated?
There's two folders to check, the spooled mail, and the undeliverable mail.
That way you can at least see where the mail is failing.

-Bill
brainbox

----- Original Message -----
From: "Hamid Hossain" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, June 17, 2001 2:39 AM
Subject: CFMAIL problem


> Hi All,
>
> I am tring to send email with <cfmail> but I am facing
> some problems. Some times it sends and some time it
> does not send!
>
> I am sure that all form variables are passed and they
> are ok.
> I used the following standard code:
>
> <cfif IsDefined("SendIt")>
>   <cfmail from="#FORM.sEmail#"
>          to="[EMAIL PROTECTED]"
>          subject="#FORM.sSubject#"
>          type="HTML">
>     #FORM.sBody#
>   </cfmail>
>   <b>Done</b>
> </cfif>
>
> The word (Done) always appear but sometimes no email
> could be received. It is not delay time. it is a real
> problem.
>
> any suggestions
> Hamid Hossain
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to