Help - Search - Members - Calendar
Full Version: Php Mail Support
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
misulee
php mail support

Mail support does not exist error in the installation phpbbs
ssfdre38
you need to pay for it
emersonhouse
QUOTE(ssfdre38 @ May 14 2012, 03:02 AM) *
you need to pay for it


I actually did, spent the $10 2 days ago.

I created 2 php files, a simple contact and a send contact and when I hit the submit button i get an error, you need to pay for it.

Anyone help?
emersonhouse
I have a file that needs sanitizing and the $name and address needs to be checked
Can anyone help, cos I can't actually get it to work:-


<html>
<body>
<?php
// Contact subject
$subject ="$subject";
// Details
$message="$detail";

// Mail of sender
$mail_from="$customer_mail";
// From
$header="from: $name <$mail_from>";

// Enter your email address
$to ='email@email.com';

$send_contact=mail($to,$subject,$message,$header);

// Check, if message sent to your email
// display message "We've recived your information"
if($send_contact){
echo "We've recived your contact information";
}
else {
echo "ERROR";
}
?>
</body>
</html>

Thanks!!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.