Web Master wrote: > Can anyone explain why I am receiving this error? It only occurs when my > program tries to send a conformation email to someone with a email address > outside our domain. i.e. [EMAIL PROTECTED] > > A problem occurred when attempting to deliver mail. > This exception was caused by: javax.mail.SendFailedException: Invalid > Addresses; nested exception is: class javax.mail.SendFailedException: 550 > 5.7.1 Unable to relay for [EMAIL PROTECTED] > That message is coming from your mail server. Most likely your mail server allows un-authenticated relaying to addresses within your domain, but does not allow un-authenticated relaying to outside addresses. You will have to change a policy on your email server to allow the web server to relay through it for those outside addresses.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:254285 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

