hi

I have a client with a site hosted on Crystaltech.com who wants to email 5000 
of his customers a text email. I've got that to work fine and within the 
CrystalTech guidelines (Knowledge base Article #897) and using the code from 
http://mysecretbase.com/Slowing_Down_CFMail_2004.cfm (which is great!).

However for some I cannot get undeliverable emails to be returned to anywhere.

This is the guts of my cfmail:

<cfmail query="ThisEmail" to="#ThisEmail.email_address# (#ThisEmail.first_name# 
#ThisEmail.last_name#)" from="[EMAIL PROTECTED] (My Domain)" subject="Mailout 
Test" server="#request.mail_server#" replyto="[EMAIL PROTECTED]" failto="[EMAIL 
PROTECTED]">

I've also tried using cfmailparam
<cfmailparam name="reply-to" value="[EMAIL PROTECTED]">
<cfmailparam name="Return-Path" value="[EMAIL PROTECTED]">

Neither of these bounce emails back to me when I deliberately put in an email 
that I know does NOT exist.

I'm really tearing my hair out now - any help at all greatly appreciated.

Has anyone else had these sort of problems?
And I've tested sending a single email out normally and it comes back to me as 
undeliverable.
Ta
Seamus 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293396
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