* @version 0.1 * @since Version 0.1 * @todo Check the markup http://validator.w3.org/ */ ?> \r\n Reply-To: %2$s ', 'basics' ), $emailTo, $email ); mail( $emailTo, $subject, $body, $headers ); if($sendCopy == true) { $subject = __( 'You emailed Your Name','basics' ); $headers = printf( __( 'From: Your Name <%1$s>', 'basics' ), get_bloginfo( 'admin_email' ) ); mail( $email, $subject, $body, $headers ); } $emailSent = true; } } } ?>