Problem Sending Mail * Scenario = Flash + XML + PHP
Hy everybody. I've developed a completely skin in Flash and it's driven by umbraco. The Problem is i have to use PHP for my contactform. Installed FastCGI and my debug sendmail.php is working fine, but when i trigger it on my contactform wich is posting it to the sendmail.php nothings happening.
You've probably already checked this, but make sure that the variables are being posted to the sendmail.php file ok. Make sure they're being sent using the right method (GET/POST) for your code. I can't remember the setting off the top of my head (its been years since I worked with Flash for anything other than video), but you can get it to post AND open the url, which will allow you to write out debug info to the page.
Also, have you tried creating a simple form that replicates the fields etc of the flash that posts to the sendmail file? That way you can get an idea of whether the sendmail isn't working, or if its the Flash that's having the problem.
Is there any reason why it HAS to be PHP? Surely you'd be better off writing a /Base method and calling it from Flash with AJAX?
Problem Sending Mail * Scenario = Flash + XML + PHP
Hy everybody. I've developed a completely skin in Flash and it's driven by umbraco. The Problem is i have to use PHP for my contactform. Installed FastCGI and my debug sendmail.php is working fine, but when i trigger it on my contactform wich is posting it to the sendmail.php nothings happening.
Someone has an idea how to solve this problem.
SMTP is 100% configured and running :)
You've probably already checked this, but make sure that the variables are being posted to the sendmail.php file ok. Make sure they're being sent using the right method (GET/POST) for your code. I can't remember the setting off the top of my head (its been years since I worked with Flash for anything other than video), but you can get it to post AND open the url, which will allow you to write out debug info to the page.
Also, have you tried creating a simple form that replicates the fields etc of the flash that posts to the sendmail file? That way you can get an idea of whether the sendmail isn't working, or if its the Flash that's having the problem.
Is there any reason why it HAS to be PHP? Surely you'd be better off writing a /Base method and calling it from Flash with AJAX?
is working on a reply...