Added mail to Resume
authorAndrew DeFaria <Andrew@DeFaria.com>
Thu, 30 Aug 2018 02:24:08 +0000 (19:24 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Thu, 30 Aug 2018 02:24:08 +0000 (19:24 -0700)
web/Resumes/Andrew/ResumeLong.php

index eeaec35..9e31ce8 100644 (file)
@@ -91,7 +91,7 @@ function stoptimer () {
   $headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
   $headers .= "From: Andrew DeFaria <Andrew@DeFaria.com>";
 
-  mail("andrew@defaria.com", "Somebody visited your resume", $msg, $headers);
+  //mail("andrew@defaria.com", "Somebody visited your resume", $msg, $headers);
   ?>
 </head>