I tried that and it didn't make a difference. I also tried instead of sending an email to write a test file to the same directory and that worked with our forms but not the remote form. I asked our administrator to check exception logs, the mail server, etc. and there are no errors or problems as far as he can see.
Thanks, Caroline On 8/26/05, Matthew Small <[EMAIL PROTECTED]> wrote: > Is your mail server having issues? Try explicitly stating the mail server. > > Matthew Small > > > -----Original Message----- > From: Caroline Wise [mailto:[EMAIL PROTECTED] > Sent: Friday, August 26, 2005 4:35 PM > To: CF-Talk > Subject: Re: Form Post From ASP.NET to CF not working > > Actually, the success is not that random - because the remote ASP.NET > form stopped working some time after 5.45 AM today. It was working > consistently yesterday when I was trying it. And right now, if I use > the test forms we created both within our network and outside, it also > works every time. > > I'm not sure which code you want to see - but because I don't have > access to the remote form I can only give you the code I am using to > send myself the test mail. The only code before this is in my > Application.cfm. > > <cfparam name="form" default=""> > <cfmail from="[EMAIL PROTECTED]" to="[EMAIL PROTECTED]" > subject="test form" type="HTML"> > <cfdump var="#form#"> > </cfmail> > > Thanks, > Caroline > > On 8/26/05, Adrian Lynch <[EMAIL PROTECTED]> wrote: > > This doesn't explain the random success of the process, but could the > action > > attribute of the form be causing some issues? > > > > Can we see some code? > > > > Ade > > > > -----Original Message----- > > From: Caroline Wise [mailto:[EMAIL PROTECTED] > > Sent: 26 August 2005 20:59 > > To: CF-Talk > > Subject: Form Post From ASP.NET to CF not working > > > > > > Group, > > > > I have an application that is fed data from a form located on another > > server by way of doing the equivalent of a cfhttp post. The problem is > > that while there is a server log entry that the post occurred, my > > application does not get "hit". For testing purposes I put a cfmail > > tag in the top of the page to send me a dump of all form fields > > received and when I submit the form I am not getting a message. > > > > But when I set up a test HTML form to submit form fields to my > > application, it worked and I got the message. > > > > The odd thing is - the vendor for the submitting form was updating > > some form fields last night and early this morning and when they were > > testing it then I received email messages with their test values. But, > > when I tried their form after I came to the office, no test emails > > were generated. I called them and asked them to try the form and they > > did - no test email. They insist they didn't make any changes to > > their end since the last time that I received successful test mails. > > > > I agree that it looks like the problem is on our end considering we > > have a server log entry, but the problem is - we did not change > > anything either, so why did it work this morning and not now? > > > > We have implemented this kind of process several times before with > > another vendor in CF and there was no problem whatsoever to connect... > > > > Any light shed on this conundrum would be appreciated.... > > > > Thanks, > > Caroline Wise > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:216548 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

