diff -r 000000000000 -r d970ebf37754 wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions/contact.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wp/wp-content/themes/IN-MOTION-package-u1/in-motion/functions/contact.php Wed Nov 06 03:21:17 2013 +0000 @@ -0,0 +1,49 @@ +' . "\r\n" . 'Reply-To: ' . $email; + + mail($emailTo, $subject, $body, $headers); + $emailSent = true; + } +} +?> \ No newline at end of file