Title: Mail Receiving form root@localhost
Last modified: August 22, 2018

---

# Mail Receiving form root@localhost

 *  [lidiyam](https://wordpress.org/support/users/lidiyam/)
 * (@lidiyam)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/mail-receiving-form-rootlocalhost-2/)
 * If click on get quote, mail should go for admin with from mail id. mail going
   to admin but from mail is like “myhealt2@sg05.tmd.cloud
    “. This is my code: `
   <?php add_filter(‘woocommerce_get_price_html’, ‘requestQuote’, 10, 2);
 * function requestQuote($price, $product) {
    if ( $price == wc_price( 0.00 ) ){
   $current_user = wp_get_current_user(); remove_action( ‘woocommerce_single_product_summary’,‘
   woocommerce_template_single_add_to_cart’, 30 ); echo'<form action=”” method=”
   post”>’;
 * ?><input type=”hidden” name=”pn” value=”<?php echo the_title();?>”><?
    echo ‘
   <input type=”hidden” name=”from” value=’.$current_user->user_email.’”>’; echo‘
   <input type=”submit” name=”send” value=”Get Quote”></form>’;
 * }
 * else{
    return $price; } }
 * if($_POST[‘send’]) {
 * $to= get_bloginfo(‘admin_email’);
    $from = $_POST[‘from’]; $product_name=$_POST[‘
   pn’]; $subject = ‘New Request For Quotation’; $body = ‘Please send price for ‘.
   $product_name;
 * $headers = “From: ” . $from . “\r\n”;
 * wp_mail( $to,$subject, $body, $headers );
 * }
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmail-receiving-form-rootlocalhost-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

The topic ‘Mail Receiving form root@localhost’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-simple-mail-sender_eeeeee.svg)
 * [WP Simple Mail Sender](https://wordpress.org/plugins/wp-simple-mail-sender/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-simple-mail-sender/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-simple-mail-sender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-simple-mail-sender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-simple-mail-sender/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [lidiyam](https://wordpress.org/support/users/lidiyam/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/mail-receiving-form-rootlocalhost-2/)
 * Status: not resolved