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>