You mean a select box? Just name it email.

PHP Code:
<select name=email>
<
option value="support@dude.com">Cool dudes</option>
<
option value="flimflam@stoopid.com">Morons</option>
</
select
Then when you submit -

$email=$_REQUEST['email'];