Thread: PHP Email
View Single Post
  #1 (permalink)  
Old Dec 21st, 2006, 17:31
Sabin_33 Sabin_33 is offline
Junior Member
Join Date: May 2006
Location: A Place Far Away
Age: 26
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
PHP Email

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
Reply With Quote