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