In my application I have to send e-mail with an attachment in ActionScript 3.0. I'm using Flash builder (Burrito). The target application is the Blackberry Playbook (using Adobe Air SDK)
1 Answers
0
votes
You cannot send email with only using Flash, you need some server side scripts to do this.
The easiest way i know is to create a simple php script and path there all necessary parameters. We have a lot of topics here on SO about sending mail from php. Look at right side of this page a "Related links" list (this one could be especially interesting for you).
UPDATE
As was figured out by soju you can do this with socet connection to smtp server.