Contact Email

Mailer = "sendmail"; $mail->Host = "mail.limkokwing.net"; $mail->IsHTML(true); $mail->From = "[email protected]"; $mail->FromName = "FOOTBALL ASSOCIATION OF MALAYSIA"; $mail->Subject = "Contact form"; $mail->AddAddress("[email protected]"); //$mail->AddBCC(""); $header = ""; $body = ""; $body .= ""; if ($message != '') $body .= ""; $footer = "

Name: $name
Email: $email
Message: $message

"; $mail->Body = $header.$body.$footer; $mail->Send(); $mail->ClearAllRecipients(); header ("Location: thank_you.105"); exit(); ?>

J Category: 
uncategorised1