Though the From attribute does not require a valid email address as far as CF is concerned, I would try the changing the "from" to an email address and see if that works... perhaps somewhere downstream the "from" has to be a valid email address.
HTH, James On Fri, 18 Mar 2005 15:36:31 -0800, Rodger <[EMAIL PROTECTED]> wrote: > I am being hosted by Crystaltech. Today the email code in my templates quit > working. > Email accoutests ok. I created a test page with the following code: > > <cfset testdata = "Sample Data"> > <cfset SendAddress = "[EMAIL PROTECTED]"> > <cfset Subject = "This is a test - #LSDateFormat(Now(), "mmmm dd, yyyy > hh:mm:ss")#"> > <cfset maildata = "Test Data: " & testdata> > <cfmail to = #SendAddress# > from="MySolutions4You" > server = "mail.mynotepros.com" > subject=#Subject# > type = "html"> > #maildata# > </cfmail> > <cfoutput> > The testdata #testdata# should have been mailed to #Sendaddress# with the > subject #Subject# > and the body containing #maildata#. > </cfoutput> > > I get the expected output on the screen, and no cf errors. > > The tech at Crystaltech pinged the mail server, and entered his own email > address and also got nothing. > > Since there are not massive numbers of other users having the same problem, > he thought my code could be the problem. > > Since the code in my production pages has been working until now, I don't > think that is the problem. > > Any suggestions? > > Thanks, > Rodger > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199440 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

