Below is the message and corresponding code, (37:1) to (40:32) refer to the cfmail tag
Message:
Error Diagnostic Information
unknown exception condition
TagCFMail::sendMessage
The error occurred while processing an element with a general identifier of (CFMAIL), occupying document position (37:1) to (40:32).
Date/Time: 03/06/02 10:35:52
Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
CF Code:
<CFQUERY NAME="GetPassword" DATASOURCE="login">
SELECT *
FROM users
WHERE username = '#user#'
</CFQUERY>
<CFMAIL
QUERY ="GetPassword"
TO="#Email#"
FROM="passwords@xxx.com"
SUBJECT="Your password"
>
Dear #firstname# #realname#,
our <B>NEW</b> password is <b>>#Password#.</B><BR>
</CFMAIL>
Thanks
Message:
Error Diagnostic Information
unknown exception condition
TagCFMail::sendMessage
The error occurred while processing an element with a general identifier of (CFMAIL), occupying document position (37:1) to (40:32).
Date/Time: 03/06/02 10:35:52
Browser: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
CF Code:
<CFQUERY NAME="GetPassword" DATASOURCE="login">
SELECT *
FROM users
WHERE username = '#user#'
</CFQUERY>
<CFMAIL
QUERY ="GetPassword"
TO="#Email#"
FROM="passwords@xxx.com"
SUBJECT="Your password"
>
Dear #firstname# #realname#,
our <B>NEW</b> password is <b>>#Password#.</B><BR>
</CFMAIL>
Thanks