> Subbed out the real address there. The problem is, I know for 
> a fact that email address is there! 
> 
> Anyone got any ideas? I dunno which way to go on this one. 

That looks like a mail server issue rather than a CFMAIL issue

If I were you the next step would be to telnet into the mail server on 25
and do a mail session by hand....

Something like this should do it:

telnet themailserver 25

HELO
MAIL FROM: [EMAIL PROTECTED]
RCPT TO: [EMAIL PROTECTED]'sSite.com

At this point if it blows up with a 550 then you either have the wrong
address or its not configured correctly...

If it works

Your next command should be.....

QUIT

That will disconnect you and you should be a little bit better informed :)

Paul



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

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

Reply via email to