|








Ελληνικά
|
|
Contact
|
|
if(!$sendmail){
?>
|
For further information, please fill the following contact form
|
|
|
}else{
$mailaddr="pharmage@otenet.gr";
$subject="Message from website pharmagel.gr";
$msg="USER DETAILS:\n\nFULLNAME : ".$name."\n";
$msg=$msg."PHONE : ".$tel."\n";
$msg=$msg."E-MAIL : ".$email."\n";
$msg=$msg."MESSAGE :\n ".$message."\n\n";
mail($mailaddr,$subject,$msg,"From: Website pharmagel.gr\nContent-Type: text;\n");
?>
|

Your message have been send successfully!
We' ll contact you as soon as posible
Thank you!
|
}
?>
|