Free Web Hosting Forum
(#11 (permalink))
Old
Senior Member
RibbitHost is on a distinguished road
 
Posts: 279
Join Date: Jun 2011
Default 07-07-2011, 11:01 PM

Quote:
Originally Posted by richdawg View Post
Fixed the yahoo.com, but it still isn't working.

Code:
<?php
$to = "richardhuante@yahoo.com";
$subject = "Support requested by ".$_POST['name'];
$name_field = $_POST['name'];
$email_field = $_POST['email'];
$message = $_POST['message'];

$headers = 'From: '.$_POST['email'].'' . "\r\n" .
   'Reply-To: '.$_POST['email'].'' . "\r\n" .
   'X-Mailer: PHP/' . phpversion();
 
$body = $message;

mail($to, $subject, $body, $headers );
header( 'Location: http://www.richardhuante.site90.com/contact.html' ) ; //replace with landing page.
?>
Have you checked your trash/spam folder?
Reply With Quote
Sponsored Links
(#12 (permalink))
Old
Junior Member
richdawg is on a distinguished road
 
Posts: 13
Join Date: Apr 2011
Default 07-08-2011, 12:03 AM

Yea, I've checked it, nothing's in there. On another thread (moderator, you can merge), I was asked if my php was directing to the correct server, but I'm not sure how to do that. Both my contact html and mailer php are in the public html folder.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.5.2
vBulletin Skin developed by: vBStyles.com