how are you gonna store the email addresses in your swf file?
i recommend you to use a server-sided script to send the data to flash.
i hope you know you can't send emails through flash (i might be wrong, i'm not that good in flash, maybe with the sockopen functions). if you wonna send emails, you'll have to use a server-sided script, such as php
here's an example to send and load data from and to flash:
http://www.programmingtalk.com/showthread.php?t=28770
Greetz,
UnrealEd