Skip to main content
Participant
April 2, 2008
Question

CF8 duplicate emails

  • April 2, 2008
  • 1 reply
  • 436 views
This is the entirety of my mailtest.cfm page. Somehow it is getting called twice. I do have an application.cfc w/ all 3 onrequest state functions. How can I get this to only run once?


<cfmail to="myemailaddress@myemailaddress.com" from="myemailaddress@myemailaddress.com" subject="test #now()#">
test #now()#
</cfmail>
    This topic has been closed for replies.

    1 reply

    Legend
    September 5, 2008
    Did you ever find a solution? We have a similar issue.