Title: eshop automatic emails
Last modified: August 19, 2016

---

# eshop automatic emails

 *  Resolved [jmillstein](https://wordpress.org/support/users/jmillstein/)
 * (@jmillstein)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/eshop-automatic-emails/)
 * I am new to wordpress and eshop, and nearly ready to go live with a simple shop.
   However, I cannot find documentation on how to set up automatic transaction confirmation
   emails. How do I setup an email with customer’s address to be automatically sent
   to the fulfillment company? — Thanks!

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/eshop-automatic-emails/#post-1961450)
 * You can’t create automatic emails to a third party company with eShop. The only
   automatic emails that the plugin sends out are to the shop owner and the customer.
 *  Thread Starter [jmillstein](https://wordpress.org/support/users/jmillstein/)
 * (@jmillstein)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/eshop-automatic-emails/#post-1961523)
 * Is there a workaround? How could the eshop shoppingcart function (for non-downloadable
   products) for volume sales if emails are forwarded one by one, by hand to the
   fulfillment company?
 *  Thread Starter [jmillstein](https://wordpress.org/support/users/jmillstein/)
 * (@jmillstein)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/eshop-automatic-emails/#post-1961527)
 * I found this code on quirm.net:
    “Using this you can send a copy of the email
   sent to the customer to yourself to receive the nice formatted version.”
 * add_action(‘eshop_send_customer_email’,’myeshop_copy_email’,10,4);
    function 
   myeshop_copy_email($csubject, $this_email, $headers, $array){ $myemail=’EMAILADDRESS’;
   wp_mail($myemail, $csubject, $this_email,$headers); }
 * How do I use this code (where do I paste it)? Can I alter it to forward the email
   to a third party?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/eshop-automatic-emails/#post-1961596)
 * > How do I use this code (where do I paste it)?
 * You can add it to your theme’s function.php file or use it within a small add-
   on plugin.
 * > Can I alter it to forward the email to a third party?
 * In theory, you can hard code whatever email address you want into the function.
 *  Thread Starter [jmillstein](https://wordpress.org/support/users/jmillstein/)
 * (@jmillstein)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/eshop-automatic-emails/#post-1961651)
 * Many thanks!!! This worked. I added the code to eshop.php
 *  [TriumphMan](https://wordpress.org/support/users/green2500s/)
 * (@green2500s)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/eshop-automatic-emails/#post-1961746)
 * Hi,
 * > You can’t create automatic emails to a third party company with eShop. The 
   > only automatic emails that the plugin sends out are to the shop owner and the
   > customer.
 * Who is the ‘shop owner’ and where is this entered into the back end. I have made
   my shop live and got one order, but I didn’t get an email.

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

The topic ‘eshop automatic emails’ is closed to new replies.

## Tags

 * [automatic](https://wordpress.org/support/topic-tag/automatic/)
 * [emails](https://wordpress.org/support/topic-tag/emails/)

 * 6 replies
 * 3 participants
 * Last reply from: [TriumphMan](https://wordpress.org/support/users/green2500s/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/eshop-automatic-emails/#post-1961746)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
