I would like to do it with code and retrieve e-mail which is in table users.
<SELECT NAME="email">
<?php
$users = mysql_table("SELECT * FROM users ORDER BY fname", $db);
foreach(...)
{
}
?>
Table USERS has fields index (autoincremented), username, email