The following code gives an error of

-----------------------------
Error Diagnostic Information
unknown exception condition

TagCFMail::sendMessage

The error occurred while processing an element with a general identifier of
(CFMAIL), occupying document position (13:1) to (15:25).


Date/Time: 07/13/00 09:24:09
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)
Remote Address: 192.168.1.103
-----------------------------

The first address in the query is sent, further mails are not, anyone have
an idea what might be going on?
The query returns multiple mail address', and there are no mails listed in
the \cfusion\mail\undelivr directory....
any help would be appreciated.

Stew

-----------------------------
<CFQUERY name="email_address" datasource="Tesco" dbtype="ODBC" username="sa"
password="">
SELECT Email FROM Email
</CFQUERY>
<html>
<head>
</head>
<body bgcolor="#FFFFFF">
<cfmail from="[EMAIL PROTECTED]" query="email_address"
TO="#Email#"
Subject="Project doodah">
With reference to project 'doodah' you are an approver please enter the
system and view the artwork and make comment.

29

Thank You

Dilbar Konche
</cfmail>
</body>
</html>
-----------------------------
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to