6/8/2010 3:00:40 AM
Title:
Card Application
I'm making one application where u choose a card, and clicking on the next button you can write a personal message and fill in your name and the name of the recipient + the recipient e-mail address. And that person should receive email with the chosen card and the personal message the user has written.
and at the end of the application it should give you a confirmation about "Thank you! Your message has been sent"
Please help!
I really need help.
Thanks
/Sonia
Davis
Points: 440
Posts:0
6/8/2010 3:20:49 AM
you need to use a HTTPService in flex to send mail and get the confirmation of mail sent. In flex you need to get the information from user and on submit of button you need to submit that information to some server side page( asp,php etc) using post request. The page will receive the information submitted by you , send the mail and return you the success or failure status of mail sent. SWF files alone are not able to sent the mail. You must use some server code for that.
6/8/2010 4:31:48 AM
check following example to get a clear idea of sending mail from flex. Flex can only be used to submit data to some server technology which sends the mail and returns the status. The server technology can be .net, php, coldfusion, java etc.
http://augiemarcello.com/flex-2-basic-email-form/
http://www.flash-db.com/Tutorials/flexform/index.php?page=3
http://www.sephiroth.it/tutorials/flashPHP/email/