Hello,

I'm using the following piece of code to send a notification e-mail:

<cfif logTran = "yes">
        <cfmail subject="Thank you" to="#attributes.clientemail#"
from="#application.companyemail#">
                xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
        </cfmail>
</cfif>

For some reason, the e-mail notification is sent twice. I don't know
how. Did anybody have a similar issue?

Any help is appreciated.

Thanks in advance

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to