// Send confirmation email
-            $to      = 'anthony@localhost';
-            $subject = 'Event Form Submission';
-            $message = "Thank you for submitting your event! \r\n". "Event Name: " . $name . "\r\n" .
-                       "Scheduled for: " . $starting ;
-            $headers = 'From: webmaster@example.com' . "\r\n" .
-                        'Reply-To: webmaster@example.com' . "\r\n" .
-                        'X-Mailer: PHP/' . phpversion();
-
-            mail($to, $subject, $message, $headers);
+//            $to      = 'anthony@localhost';
+//            $subject = 'Event Form Submission';
+//            $message = "Thank you for submitting your event! \r\n". "Event Name: " . $name . "\r\n" .
+//                       "Scheduled for: " . $starting ;
+//            $headers = 'From: webmaster@example.com' . "\r\n" .
+//                        'Reply-To: webmaster@example.com' . "\r\n" .
+//                        'X-Mailer: PHP/' . phpversion();
+//
+//            mail($to, $subject, $message, $headers);
          }
         
 //        echo '<pre>', print_r($cats), '</pre>';