I want to make a
php script to send an e-mail.
I've looked into this and found a few websites to help with that script.
My problem I want my
php script to run from an e-mail.
The email I send has an
HTML form to fill out, I want a script from that to e-mail me. I do have a website that I can host that script on.
For the script will I just put a URL for the script?
like
- Code: Select all
<form action="www.mysite.com/scripts/sendmymail.php">
Is this secure?
Thanks