I am trying to create a form in php that will submit to multiple email accounts without prompting users with the default mailto disclaimer of:

This form is being submitted using e-mail
submitting this form will reveal your e-mail address to the recipiant and will send the form data without encrypting it for privacy.

You many continue or cancel this submission.
i also want it to capture the input of one of the fields as the sender's email address instead of it going into outlook/outlook express.

how can this be done?