Name

$form6

$form5

Comments

$form7


Message sent from IP: $ip

"; $host = "smtp.gmail.com"; $username = "frifrite59@gmail.com"; $password = "Fb1780259!"; $headers = array ('From' => $from, 'To' => $to, 'Content-type'=>"text/html", 'Cc' => $cc, 'Subject' => $subject); $smtp = Mail::factory('smtp', array ('host' => $host, 'auth' => true, 'username' => $username, 'password' => $password)); $mail = $smtp->send($recipients, $headers, $body); } ?>

Email
Name
Comments
Contact Us