Unable to relay? Are you checking that your SMTP server requires
authentication to relay mail, and if so, providing that?


If the mail is accepted by CFMAIL but not by the spooler thread, then
the address is perfectly fine (CFMAIL throws on address syntax errors),
and the problem exists with the CF attempt to send mail to the
particular recipient as the particular sender.


I'd check mailserver relay settings, and cfserver mail settings to make
sure the mailserver relays from local IP address CF is using and/or that
the cf server is authenticating to the SMTP server before attempting to
send.


HTH,


-Dov

  _____  

From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 30, 2004 1:10 PM
To: CF-Talk
Subject: RE: CFMIAL ERROR TOO

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