Support » Plugins » WooCommerce email problem , not solved !

  • There is a big problem with woocommerce emails , a lot of people report emails that are not sent out after purchase .
    There is a whole other thread that is marked as solved while a lot of people keep experiencing this problem ,
    Can anyone ASAP help with this ?
    How to make woo commerce send out email ?
    I’m using mayashop theme , WooCommerce version 1.6.5.2
    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • we had same problem and i found that in woocommerce.php
    if u search function mailer()
    changed following lines
    include_once( ‘classes/emails/class-wc-emails.php’ )
    to
    include_once( ‘classes/class-wc-email.php’ );

    $this->woocommerce_email = new WC_Emails();
    to
    $this->woocommerce_email = new WC_Email();

    is one of the 2 cases probably …

    just search if classes/emails/class-wc-emails.php in woocommerce plugin exists then u don’t need to change

    Thread Starter yoola

    (@yoola)

    Thanks,
    I got an advise that actually solved the problem for me !
    Here is the advise if anyone else needs it :
    “This is most likely a problem with outgoing emails on your server and nothing to do with WooCommerce. Please use a SMTP plugin to send out email, like: http://wordpress.org/extend/plugins/wp-mail-smtp/”

    Pedro

    (@petredobrescu)

    Hi folks,

    I have the same issue. I installed that plugin, configured it but I still don’t receive any notification about the orders. I get the low stock notification e-mails though, so this is clearly an issue on the plugin level, as all other WP notification emails are correctly sent.

    If anyone has any other ideas, please go ahead!

    Hi! Have you tried this?
    http://wordpress.org/support/topic/woocommerce-email-notifications-not-working?replies=9#post-3905511

    I had similar issues and that simple post solved my problem 🙂

    I am facing problem with woo-commerce emails , i am not able to find any email after purchase / Order Confirmation Mail.

    Can anyone ASAP help with this ?
    I am using Woo-Commerce Version 2.0.14 with default twenty-thirteen theme.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WooCommerce email problem , not solved !’ is closed to new replies.