Check your logs to see what the problem may be. You can find this in
/cfusion/logs/mail.log
This will tell you why a message was not able to be sent. Also check the
folder /cfusion/mail/undeliverable and see if any text files are there. If
there aren't any, then CF is sending the mail and you may have SMTP or mail
server issues.
Dan Phillips
www.cfxhosting.com
-----Original Message-----
From: Bill Poff [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 18, 2001 10:16 AM
To: CF-Talk
Subject: RE: CFMAIL problem
-----Original Message-----
From: Hamid Hossain [mailto:[EMAIL PROTECTED]]
Sent: Sunday, June 17, 2001 2:39 AM
To: CF-Talk
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