If your form has a hidden field for you to enter an e-mail address to send to as yours does
<input type=hidden name="recipients"
value="webmaster@domain.com,reservation@domain.com">
it is not displayed , but avilable to spambots
is is part of your page html
the better forms let you hard code the recipents into the form mailer
where it can't be seen.