you might need to add the "username" and "password" attributes to your cfmail tag. Most email servers require authentication and if not they should. Otherwise anyone could use the email server to send out spam and other junk.
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Howard Sent: 06/23/2008 2:01 PM To: [email protected] Subject: Re: [ACFUG Discuss] CFMAIL issue Thanks for the quick responses. Here is the version information: Server Details Server Product ColdFusion MX Version 7,0,2,142559 Edition Standard Serial Number CPD700-57133-17219-06784 Operating System Windows 2003 OS Version 5.2 and this is the simple sample code I'm running <CFMAIL to = "[EMAIL PROTECTED]" from = "[EMAIL PROTECTED]" subject = "test email" failto="[EMAIL PROTECTED]" type="html" server="123.456.789.98" port="25"> THIS IS A TEST EMAIL. </CFMAIL> The email works fine on the dev server but not on the production server. There are 8 different reports that are all scheduled. I have run the directly in the browser and there are no errors being thrown. Nothing is being written to the logs, but I have not looked in those directories. I'll request access and check them out. Thanks again. ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by FusionLink <http://www.fusionlink.com> ------------------------------------------------------------- ------------------------------------------------------------- To unsubscribe from this list, manage your profile @ http://www.acfug.org?fa=login.edituserform For more info, see http://www.acfug.org/mailinglists Archive @ http://www.mail-archive.com/discussion%40acfug.org/ List hosted by http://www.fusionlink.com -------------------------------------------------------------
