From 347c4462ec5fc4ddc65eda1dc5c21baf36b6d08d Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Wed, 29 Aug 2018 19:24:08 -0700 Subject: [PATCH] Added mail to Resume --- web/Resumes/Andrew/ResumeLong.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Resumes/Andrew/ResumeLong.php b/web/Resumes/Andrew/ResumeLong.php index eeaec35..9e31ce8 100644 --- a/web/Resumes/Andrew/ResumeLong.php +++ b/web/Resumes/Andrew/ResumeLong.php @@ -91,7 +91,7 @@ function stoptimer () { $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; $headers .= "From: Andrew DeFaria "; - mail("andrew@defaria.com", "Somebody visited your resume", $msg, $headers); + //mail("andrew@defaria.com", "Somebody visited your resume", $msg, $headers); ?> -- 2.17.1