' . "\r\n" . __( 'Reply-To: ', 'woothemes' ) . $email; //Modified 2010-04-29 (fox) wp_mail($emailTo, $subject, $body, $headers); if($sendCopy == true) { $subject = __( 'You emailed ', 'woothemes' ).get_bloginfo( 'title' ); $headers = __( 'From: ', 'woothemes' ) . '<'.$emailTo.'>'; wp_mail($email, $subject, $body, $headers); } $emailSent = true; } } } ?>

  1. />