Sure looks like you've got an invalid address.  In my experience, CFMX will
happily allow anything you specify to any of the address fields, and then
let it die on the mail server, which frequently propogates back up to CF and
terminates the request.  One solution is to not use the QUERY attribute in
CFMAIL, instead embedding it within a loop, and surrounding it with
CFTRY..CFCATCH, but that can be really slow, because it has to create a new
mail session each time.  The other way is to validate the hell out of your
email addresses, which is a far better solution in my mind, since you really
ought to be doing that anyway.

Cheers,
barneyb

> -----Original Message-----
> From: Eric Creese [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 30, 2004 9:58 AM
> To: CF-Talk
> Subject: CFMIAL ERROR TOO
>
> I get the following running CFMX, IIS5
>
> "Error","scheduler-5","03/29/04","23:48:09",,"Sending failed;
>   nested exception is:   javax.mail.SendFailedException:
> Invalid Addresses;   nested exception is:  
> javax.mail.SendFailedException: 550 5.7.1 Unable to relay for
> [emailaddress]
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to