Why is it that when i submit a form to this snipped I don't throw an exception
but I never get the email?
the email addy is good and the server i know is good.

<cftry>
<cfmail to="[EMAIL PROTECTED]" from="#form.email#" subject="webTechnix Contact Form"
server="host.domain.com" port="25">

Contact Form Received from:
#form.email#

Message body:

#form.buzword#

===End Message===

</cfmail>

confirmation blah blah blah
<cfcatch>
exception stuff
</cfcatch>
</cftry>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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