> "Error","scheduler-2","08/27/08","13:39:08",,"Invalid Addresses; nested > exception is: class javax.mail.SendFailedException: 550 5.7.1 Unable to > relay for [EMAIL PROTECTED] "
It sounds as though your SMTP server isn't configured to relay messages for your ColdFusion server. If this SMTP relay is ONLY used by your web server, then I would set the connection controls to only allow connections from localhost (127.0.0.1), and then set the relay restrictions to "allow all" (since only the localhost can connect, relay control becomes a moot point). These settings are under the access tab in the SMTP properties in the IIS configuration. -Justin Scott ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311711 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

