From 1583154b358cba322a5f6bad32a18be80a0ebb98 Mon Sep 17 00:00:00 2001 From: Bruno Sette Date: Sat, 13 Oct 2018 15:52:17 -0400 Subject: [PATCH] UPdate --- php/contact_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/contact_form.php b/php/contact_form.php index 43fafda..1b971ee 100644 --- a/php/contact_form.php +++ b/php/contact_form.php @@ -52,7 +52,7 @@ \*------------------------------------*/ //Recipient email, Replace with own email here - $to_email = "mail@example.com"; + $to_email = "bruno.sette@aluno.ufmt.br"; //email headers $headers = "Content-type: text/html; charset=utf-8" . "\r\n";