<html>
<head>
<title>Biotechnology Of Assumption University #39</title>
</head>
<link href="./style.css" rel="stylesheet" type="text/css">

<body bgcolor=#F5FFFA background="img/bg2.gif">
<center>
<font size=2 face="MS Sans Serif">

<?
$f_email 
$email;
if(
$email$email "[".$email."]";
$msg "From : $f_email \n Subject : $subject \n\n $message \n\n จาก : $name";

if(
mail($mailto $subject $msg "From : "$f_email)) {
    echo 
"<table cellpadding=2><tr><td bgcolor=#ff69b4>";
    echo 
"<table cellpadding=20><tr><td bgcolor=#f0ffff>";
    echo 
"<center>";
    echo 
"<font size=2 face='MS Sans Serif'>";
    echo 
"<font size=3 color=red><b>ได้ทำการส่งอีเมล์</b></font><br>";
    echo 
"จากคุณ <b>$name $email</b><br>";
    echo 
"เรียบร้อยแล้วครับ<br>";
    echo 
"</center>";
    echo 
"</td></tr></table>";
    echo 
"</td></tr></table>";
} else {
    echo 
"<table cellpadding=2><tr><td bgcolor=#ff69b4>";
    echo 
"<table cellpadding=20><tr><td bgcolor=#f0ffff>";
    echo 
"<center>";
    echo 
"<font size=2 face='MS Sans Serif'>";
    echo 
"<font size=3 color=red><b>ไม่สามารถส่งเมล์</b></font><br>";
    echo 
"จากคุณ <b>$name $email</b><br>";
    echo 
"ได้ในขณะนี้ครับ<br>";
    echo 
"</center>";
    echo 
"</td></tr></table>";
    echo 
"</td></tr></table>";

}

?>
<br><br>
<hr color=1E90FF>

</center>
</body>
</html>