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

Uncomment send email

parent 659a7666
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment