Running cf5 and have a weird problem. A very simple cfmail is executed. It works fine. Execute it again and no mail is delivered. Seems I have to wait 15 minutes for the template to work again. Here's the code:
<cfmail to="whoever@mydomain.com"
from="whoever@mydomain.com"
subject="This is a testagain">
This is a test again4!!!!! Do you get this message????
</cfmail>
Seems as if the server goes to sleep for 15 minutes after doing this cfmail. The message doesn't show up in the spool. Was able to verify that CF could connect to the mail server.
Any ideas?
<cfmail to="whoever@mydomain.com"
from="whoever@mydomain.com"
subject="This is a testagain">
This is a test again4!!!!! Do you get this message????
</cfmail>
Seems as if the server goes to sleep for 15 minutes after doing this cfmail. The message doesn't show up in the spool. Was able to verify that CF could connect to the mail server.
Any ideas?