Title: weppster's Replies | WordPress.org

---

# weppster

  [  ](https://wordpress.org/support/users/weppster/)

 *   [Profile](https://wordpress.org/support/users/weppster/)
 *   [Topics Started](https://wordpress.org/support/users/weppster/topics/)
 *   [Replies Created](https://wordpress.org/support/users/weppster/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/weppster/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/weppster/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/weppster/engagements/)
 *   [Favorites](https://wordpress.org/support/users/weppster/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Boopis WooCommerce RFQ] reply-to email address change to billing_email](https://wordpress.org/support/topic/reply-to-email-address-change-to-billing_email/)
 *  [weppster](https://wordpress.org/support/users/weppster/)
 * (@weppster)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/reply-to-email-address-change-to-billing_email/#post-9922587)
 * How can we fix this?
 * With the following code you need an ID, I can not find this in the templates?
 *     ```
       add_filter( 'woocommerce_email_headers', 'add_reply_to_wc_admin_new_order', 10, 3 );
   
       function add_reply_to_wc_admin_new_order( $headers = '', $id = '', $order ) {
           if ( $id == 'new_order' ) {
               $reply_to_email = $order->billing_email;
               $headers .= "Reply-to: <$reply_to_email>\r\n";
           }
           return $headers;
       }
       ```
   
 * Just replacing the “new_order” with “new_quote” doesn’t work.
 * Is there another way to do this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Problem with sending forms in safari](https://wordpress.org/support/topic/problem-with-sending-forms-in-safari/)
 *  Thread Starter [weppster](https://wordpress.org/support/users/weppster/)
 * (@weppster)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/problem-with-sending-forms-in-safari/#post-9837389)
 * I did change the .htaccess file to:
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP:
   Authorization} ^(.*) RewriteRule .* – [e=HTTP_AUTHORIZATION:%1] RewriteBase /
   RewriteRule ^index\.php$ – [E=X-HTTP_AUTHORIZATION:%{HTTP:Authorization},QSA,
   L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule./
   index.php [E=X-HTTP_AUTHORIZATION:%{HTTP:Authorization},QSA,L] </IfModule> # 
   END WordPress
 * But its still giving the same error? What can I do?

Viewing 2 replies - 1 through 2 (of 2 total)