GuilhermeVieira
Forum Replies Created
-
Hello all,
I resolved my problem using Postman plugin to set up emails to send via SMTP.
Is not a solution for the native email system of Woocommerce 3.x, so I think it’s still need to be revised.
Thanks!
Yes, I said that in my last post.
I trying to see get way to find where the problem are happened. Because the email log register all e-mail that woocommerce tried to send. So the Woocommerce is trying but something in the way of it is trying is not working.
Thanks
I had pasted the snippet in my child theme functions.php file.
My version of Woocommerce is the last, the 3.0.3. In the Changelog of that version, don’t need use this snippet, so I removed from my file.
I disabled all plugins, leave just Woocommerce actived and no e-mails are sended.
I active again Wp Mail Logging and resend the e-mails using the plugin, and it work. So just Woocommerce won’t send e-mails.
I saw some people suggesting to do a downgrade, but it’s a new store I having setting up, so for me don’t make much sense use a old version.
Thanks!
Hello all,
I still having problems to receive any e-mails notifications from Woocommerce. I tried to add the little snippet:
https://gist.github.com/mikejolley/16ca078f5c74b401e6ba210644e3173dI had add it to my functions.php file, but I and my clients didn’t receive the e-mails. In the Wp Mail Logging, the e-mails appears sended without errors.
The WordPress e-mails from ContactForm are sended normaly.
Thanks all