Hello,

How come I get this error in the mail log?

"Error","632","09/01/06","09:36:32",,"Failed to send the spooled mail file, 
C:\CFUSION\Mail\spool\6FA.cfmail. SMTP server replied ""5.5.4 Invalid Address"" 
Moved file to C:\CFUSION\Mail\undelivr\716.cfmail."

The emails in the SQL dbase are correctly entered. It worked before.

Here is my code:

<CFQuery Name="getnames" Datasource="sendmail">
Select * FROM names
where 0=0
</cfquery>

<cfoutput query="getnames" group="name"> 

<CFMAIL TO="#getnames.name#" FROM="[EMAIL PROTECTED]" SUBJECT="Log"> 

Dear #getnames.fname#,

Attached is your Barracuda Mail log.

If you have questions, do not hesitate to email us at networking

<cfmailparam file="e:\pdfs\#getnames.attachment#">  

</CFMAIL> 
</cfoutput>

Any help appreciated. Thanks!

Robert O.
HWW


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251750
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to