hi,

Flash alone doesn't send emails.
In order to send emails, you need a mail server, and Flash runs on your computer. What Flash can do is send data do a server side script (like PHP or ColdFusion) and the script handles the email sending part.

The same applies to reading emails. You can create a frontend in Flash which loads data from the backend, via a server side script.