Posts Tagged ‘Email Form’

How to manipulate a php file for an email form?

I created a php file that corresponds with an email form. I have already created everything and it works. My question is how to have two receivers of the email and have one of them be hidden. When the one person receives the email it shows that it was sent to two people. How do I get it where it only shows that it was sent to one person but in reality it was sent to two people.

Where can I find or make an email spoofer or php spoof form?

I am looking for a email spoofer or a code and how to use it through php on spoofing emails. Any help? It’s not used for any illegal activity.

What is the JavaScript code for a confirmation page and to send to an email on a form?

I can do Java Script code to have a confirmation page pop up when a user submits information on a form. I can also do the code to capture this information and send to an email. My problem is that I don’t know how to set the action so that it will give the user th confirmation page and send to an email address at the same time or simultaneously. Can anyone help me?