Skip to content
Snippets Groups Projects
Commit 9d1d6c33 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Uncomment send email

parent 659a7666
Branches
Tags
No related merge requests found
...@@ -47,7 +47,7 @@ if (!empty($_POST)) { ...@@ -47,7 +47,7 @@ if (!empty($_POST)) {
$mailer->to_address = $_POST['email']; $mailer->to_address = $_POST['email'];
$mailer->from_address = $sendFromEmail; $mailer->from_address = $sendFromEmail;
$mailer->subject = $emailSubject; $mailer->subject = $emailSubject;
//$mailer->send(); $mailer->send();
/* /*
// Setup email for UNL staff recipients // Setup email for UNL staff recipients
$mailer->html_body = $body; $mailer->html_body = $body;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment