php email html form

Find Who Owns' An Email Address

Email Address:


php email html form
php/html form help? . . . . . . .?

Hello, I have a website I’m building with forms that I’d like to be sent to me, but it doesn’t seem to want to send the form to me. I have the form setup like so:

and the sendmail.php file setup as:

$email = $_REQUEST['store'] ;
$message = $_REQUEST['name'] ;

...

mail( "emily.caraballo@gmail.com", "Order from www.rumbisigns.com",
$message, "From: $email" );
header( "Location: http://www.rumbisigns.com/thankyou.html" );
?>

Does it matter what email I use (I’m using gmail), does it have to be associated with the root site?

Please let me know if you can see what I’m doing wrong!! :)
Thanks

Maybe your host blocking the emails.

Here you can create a bit better mail form:
http://phpcode.hu/teszt/easymail/

in some cases you need to have the same FROM email address with the domain.

ini_set( ’sendmail_from’, “noreply@yourdomain.com”);

try to create a mail address with your mail manager. The reply address could be different.

PHP,HTML Tutorial // POST, Table, Forms

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • NewsVine
  • Reddit
  • StumbleUpon
  • Google Bookmarks
  • Yahoo! Buzz
  • Twitter
  • Technorati
  • Live
  • LinkedIn
  • MySpace
Posted on October 10, 2007 at 6:36 am by · Permalink
In: Reverse Email Search · Tagged with: , , , ,

Leave a Reply

Security Code: