Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error in cfmail

Status
Not open for further replies.

oscar8a

Programmer
Joined
May 23, 2002
Messages
2
Location
ES
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=&quot;mail@mail.com&quot; from=&quot;mail@mail.com&quot; subject=&quot;prueba&quot;>
esto es una prueba del servidor del 87
</cfmail>
<cfcatch type=&quot;Any&quot;>
<cfoutput>
#cfcatch.message#
</cfoutput>
</cfcatch>
</cftry>
thanks
 
oscar,

I am not familiar with the error message itself but I know of the timeout property in the cfmail tag. Have you tried using it and allow server for plenty of time to process request?

Also, is SMTP service active on CF server? You might want to use server property as well to make sure cfmail finds your mail server.

Regards;

josel
KNOWLEDGE: Something you can give away enlessly and gain more of it in the process! - Jose Lerebours
 
I too am unfamiliar with the error but your are missing port setting on the cfmail.?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top