i am trying to send a e-mail , in cfmail, but this tag give me an error in server of coldfusion :
Message file mutex timed out while waiting to persist message.
Someone know this error.
The code the page is:
<cftry>
<cfmail to="mail@mail.com" from="mail@mail.com" subject="prueba">
esto es una prueba del servidor del 87
</cfmail>
<cfcatch type="Any">
<cfoutput>
#cfcatch.message#
</cfoutput>
</cfcatch>
</cftry>
thanks
Message file mutex timed out while waiting to persist message.
Someone know this error.
The code the page is:
<cftry>
<cfmail to="mail@mail.com" from="mail@mail.com" subject="prueba">
esto es una prueba del servidor del 87
</cfmail>
<cfcatch type="Any">
<cfoutput>
#cfcatch.message#
</cfoutput>
</cfcatch>
</cftry>
thanks