CF 8 cfmail sending duplicates
I noticed that our CF8.0.1 server started sending duplicate e-mails on some - but not all - cfmail processes today.
After about 30 minutes of troubleshooting I've setup just a simple test.cfm page with a simple cfmail tag:
<cfmail
to="steve@mydomain.com"
from="support@mydomain.com"
subject="test"
spoolenable="yes">
#CreateUUID#
</cfmail>
Every time I get two separate UUIDs and two messages, even though the page is only loaded once.
I've tried it with our internal SMTP server and an external 3rd party service - both show different message IDs.
If I watch the spool directory two identical mail files are dropped there for pickup.
I've restarted the CF service and local SMTP service to no avail.
I've also triedit w/o #CreateUUID# - just putting "hi" in the message body etc. I've also tried sending to different addresses.
Some other processes in our web application do not appear to be sending duplicates though. Just the templates I started troubleshooting and my test template.
