Assign "FROM" Email in PHP Form

Hi,

I created a form but the problem is, when it shoots the email to my inbox… the “From” field says “example1”. I would like it to say “example2”. I know I have to figure out a way to edit the PHP script so that the email shoots from example2@mydomain.com instead of example1@mydomain.com since I know that will resolve the “FROM” problem.

This is what I need help on. What do I have to do to change the email address from where it is shooting the emails from the Contact Form?