Title: No emails
Last modified: May 4, 2023

---

# No emails

 *  Resolved [fjellfant](https://wordpress.org/support/users/fjellfant/)
 * (@fjellfant)
 * [3 years ago](https://wordpress.org/support/topic/no-emails-16/)
 * I have installed Woocommerce and having problems with emails not being sent out.
   E.g. if someone wants to register an account, they must submit their email address.
   Then they will receive a link to confirm their email. The customer don’t receive
   such a link. I can see from WP Mail Logging that the email is sent, but it does
   not reach the customer. I have also installed MailChimp for Woocommerce. What
   is wrong? And what should I do?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fno-emails-16%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Beauty of Code (woo-hc)](https://wordpress.org/support/users/beautyofcode/)
 * (@beautyofcode)
 * [3 years ago](https://wordpress.org/support/topic/no-emails-16/#post-16709957)
 * Hi [@fjellfant](https://wordpress.org/support/users/fjellfant/) ,
 * Thanks for reaching out!
 * I understand customers are not receiving emails, although WP Mail Logging confirms
   that the emails are being sent, correct?
 * As a first step, please can you navigate to **WooCommerce → Settings →** `Emails`
   and ensure that these emails are enabled. You can click on the **Manage** button
   on the right side next to each email type, and it will show if that email notification
   is enabled:
 * ![](https://i0.wp.com/snipboard.io/i0OdMZ.jpg?ssl=1)
 * If these are enabled, I’d suggest reading through the [Email FAQ](https://woocommerce.com/document/email-faq/)
   support documentation and see if anything there provides clarity on why the emails
   are not being received.
 * Should the issue persist, please can you clarify if this issue occurs **only**
   for new account emails, or if customers do not receive any emails at all (i.e.
   order emails)?
 * Cheers!
 *  Thread Starter [fjellfant](https://wordpress.org/support/users/fjellfant/)
 * (@fjellfant)
 * [3 years ago](https://wordpress.org/support/topic/no-emails-16/#post-16711865)
 * In the WooCommerce System Status Report I found this messages:
 * «Cart: The page/ the block.does not contain the [woocommerce_cart] shortcode 
   or the woocommerce/cart block.
 * To checkout: The page does not contain the [woocommerce_checkout] shortcode or
   woocommerce/checkout»
 * What does this mean, and what should I do?
 *  [Igor H](https://wordpress.org/support/users/ihereira/)
 * (@ihereira)
 * [3 years ago](https://wordpress.org/support/topic/no-emails-16/#post-16714962)
 * Hello,
 * Kindly note that WooCommerce cannot function as expected if these three shortcodes
   are not configured correctly, they are the following:
    - `[woocommerce_cart]` – will display the cart page
    - `[woocommerce_checkout]` – will display the checkout page
    - `[woocommerce_my_account]` – will display the user account page
 * You can add the shortcodes in the corresponding pages and publish them. You can
   use the [Shortcode Block](https://wordpress.com/support/wordpress-editor/blocks/shortcode-block/).
 * More information is available here: [https://docs.woocommerce.com/document/woocommerce-pages/](https://docs.woocommerce.com/document/woocommerce-pages/)
 * Regarding the emails not being sent as expected, please check if your site is
   experiencing any of the reasons explained in [this thread](https://wordpress.org/support/topic/multisite-defer-emails-issue/#:~:text=There%20could%20be,guide/%23section%2D4)(
   and try its recommendations as well to see if that helps).
 * If that does not help, can you check the error log on your site (under _WooCommerce
   > System Status > Logs_) to see if there is any error being generated?
 * Let us know what you find.
 *  Thread Starter [fjellfant](https://wordpress.org/support/users/fjellfant/)
 * (@fjellfant)
 * [3 years ago](https://wordpress.org/support/topic/no-emails-16/#post-16716234)
 * Thanks for reply. Perhaps I should have mentioned that I use Elementor to build
   the website. I also asked Woocommerce about the same issues and got this response:«
   Thanks for sending that system status report over to us! I took a look at the
   site (beautiful pictures, by the way!), and I can see that the cart and checkout
   pages are functioning as they should. 
   Essentially, the Elementor plugin is overriding
   the default WooCommerce cart and checkout pages, which is why the site’s system
   status report is showing those warnings. In this case, however, you can safely
   ignore them :)».
 * Since the pages seem to be working fine, I’m a bit unsure if I should make any
   changes?
 * As for the email problems, I haven’t solved them yet. But I have installed WP
   Mail Logging and can see that the emails are being sent, but they are not reaching
   the recipient.
 *  [Igor H](https://wordpress.org/support/users/ihereira/)
 * (@ihereira)
 * [3 years ago](https://wordpress.org/support/topic/no-emails-16/#post-16717319)
 * Hello,
 * We are unable to provide support for third party plugins like Elementor, if you
   have questions related to that plugin, kindly reach out to their support page
   to [get more information](https://elementor.com/support/).
 * Regarding the emails there are some reasons for them to do not work as expected,
   e.g. a plugin conflict, emails being sent as spam, etc, you can get more information
   here: [What Causes WooCommerce Emails to Not Send?](https://www.wpbeginner.com/wp-tutorials/how-to-fix-woocommerce-not-sending-order-emails/#:~:text=What%20Causes%20WooCommerce%20Emails%20to%20Not%20Send%3F)
 * To clarify, are the emails properly sent when all plugins except WooCommerce 
   are temporarily deactivated and the site theme is a default theme like [Storefront](https://www.woocommerce.com/storefront/)?
   You can run a conflict test to help you find the cause of the issue.
 * More info is available in this documentation: [https://woocommerce.com/document/how-to-test-for-conflicts/](https://woocommerce.com/document/how-to-test-for-conflicts/)
 * Let us know if there are any questions.
 *  Thread Starter [fjellfant](https://wordpress.org/support/users/fjellfant/)
 * (@fjellfant)
 * [3 years ago](https://wordpress.org/support/topic/no-emails-16/#post-16717532)
 * Thanks for the reply and good recommendations. I have installed Easy WP SMTP 
   by SendLayer, and now the email seems to be sent and getting where they should.
 * Terje G
 *  [Beauty of Code (woo-hc)](https://wordpress.org/support/users/beautyofcode/)
 * (@beautyofcode)
 * [3 years ago](https://wordpress.org/support/topic/no-emails-16/#post-16717733)
 * Hi Terje,
 * Really glad to hear that the emails are now being sent 🙂
 * I will go ahead and mark this as resolved then – feel free to [create a new topic](https://wordpress.org/support/plugin/woocommerce/#new-topic-0)
   if you need further help.
 * Also, if you have a few minutes, we’d love it if you could leave us a review:
 * [https://wordpress.org/support/plugin/woocommerce/reviews/](https://wordpress.org/support/plugin/woocommerce/reviews/)
 * Cheers!

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

The topic ‘No emails’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

## Tags

 * [email woocommerce](https://wordpress.org/support/topic-tag/email-woocommerce/)

 * 7 replies
 * 3 participants
 * Last reply from: [Beauty of Code (woo-hc)](https://wordpress.org/support/users/beautyofcode/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/no-emails-16/#post-16717733)
 * Status: resolved