From 9d1d6c3383684260e7660c0949861b59ee46fa92 Mon Sep 17 00:00:00 2001 From: Eric Rasmussen <erasmussen2@unl.edu> Date: Wed, 27 Apr 2011 19:30:52 +0000 Subject: [PATCH] Uncomment send email --- www/police/terrex11/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/police/terrex11/index.php b/www/police/terrex11/index.php index 3879080..ec5f744 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; -- GitLab