diff --git a/www/police/terrex11/index.php b/www/police/terrex11/index.php
index 3879080b61f38e78df7cf46fceb277f307e51769..ec5f74444ff74c83a2da1fcefe9d4ee7f9e13fb2 100644
--- a/www/police/terrex11/index.php
+++ b/www/police/terrex11/index.php
@@ -47,7 +47,7 @@ if (!empty($_POST)) {
         $mailer->to_address   = $_POST['email'];
         $mailer->from_address = $sendFromEmail;
         $mailer->subject      = $emailSubject;
-        //$mailer->send();
+        $mailer->send();
 /*
         // Setup email for UNL staff recipients
         $mailer->html_body    = $body;