PDA

View Full Version : email form in flex


Kool1
10-03-2008, 09:06 PM
Greetings:
I am trying to send a form to an email submitting name,organization,address, city, state, phone and a datefield. What I don't understand is where and how do I put the code in for it to go to my email? like <mx:HTTPService id="srv" url="http://mailTo:thomasford@koolworldmedia.com/flexTest/mail.php" method="POST"> Will putting the email in like this work?

drkstr
10-04-2008, 06:07 AM
No. You will need to send the data to a server side script that sends the email. In PHP, it's the 'mail' function.


Best Regards,
~Aaron