![]() |
|||||||
|
If you have any queries about the www.yachtsgreece.org or require further information about services provided via this website , kindly fill in the following form.or call us at +00301 or send us email at sani13@acci.gr & simonefressard@gmail.com |
|
![]() |
'') {
$ToEmail = 'vkoutsovoulos@yahoo.gr';
$ToEmail2 = 'deltagfx@gmail.com';
$EmailSubject = 'Site contact form ';
$mailheader = "From: ".$_POST["email"]."\r\n";
$mailheader .= "Reply-To: ".$_POST["email"]."\r\n";
$mailheader .= "Content-type: text/html; charset=iso-8859-1\r\n";
$MESSAGE_BODY = "Name: ".$_POST["name"]." "; $MESSAGE_BODY .= "Email: ".$_POST["email"]." "; $MESSAGE_BODY .= "Comment: ".nl2br($_POST["comment"])." "; mail($ToEmail2, $EmailSubject, $MESSAGE_BODY, $mailheader); mail($ToEmail, $EmailSubject, $MESSAGE_BODY, $mailheader) or die ("Failure"); ?> |