Les Mizzell wrote: > They suggested switching all cfmail "from" parameters to a trusted > address like "[email protected]", and simply having the address of the > sender in the body somewhere.
Les: So long as CF is authenticating against their mail server with a username and password, it shouldn't matter what address is in the "From" header. Make sure that CF logs in to the SMTP server with a valid username/password combo (either set in the CF Administrator or as attributes of the CFMAIL tag) and, assuming they haven't poorly configured their mail servers, the email should go through fine. Oftentimes, SMTP servers are configured to only accept messages with a "From" header that includes the SMTP server's domain. However, if the server supports authentication (as they all should to better prevent Spam), the authentication tends to override the previous requirement. -- Mosh Teitelbaum evoch, LLC http://www.evoch.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318567 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

