Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
yoda14me2 #1
CFMail issues
Does anyone know the differences between CF 4 sendmail commands and CF 5
sendmail commands? I have a piece of code, which works fine on a CF5 server
and doesn't work at all on a CF4 server. It gives me a "Message file mutex
timed out while waiting to persist message" error. The only thing on the page
is the CFMAIL command.
<cfmail to="me@myserver.com"
from="you@yourserver.com"
subject="this is a subject"
server="111.111.111.111">
this is a test
</cfmail>
Does it have anything to do with the version of CF, to begin with? Any help
you can offer is appreciated!
yoda14me2 Guest
-
CFMAIL in MX7
I recently moved from CF5 to MX 7. When going through a CFMAIL query if an email address in to "To" field is malformed, the entire application... -
CFMAIL
i am trying to send all the info from a DB query to a mail adrerss using cfmail the results of the qeury is as follows workingbooker Test... -
Cfmail help
I am using one page to process 2 different forms. All of the form information is submitted correctly. The email that is generated however arrives... -
<cfmail></cfmail> in a script
I am wondering if I can put <cfmail> tags and code within a javascript script. will the browser recognize it, and perform the instructions? ... -
cfmail - Attribute validation error for tag CFMAIL.
I'm getting the error ' Attribute validation error for tag CFMAIL.' on the code below. All its doing is outputting a text string to the TO: field. ...



Reply With Quote

