Hi CriterioNet,
It’s really insecure. Anyone can add an email of other user and subscribe to comments if he’s a guest. So we don’t recommend it. We’ll add an option only for registered users to disable email confirmation.
You’re right, I hope that the functionality of which you speak is soon.
Another problem I find with this feature is that the email to subscribe to the answers, reaches the spam bin. I think it’s because it takes the email administrator and not the SMTP settings wordpress.
Another problem I find with this feature is that the email to subscribe to the answers, reaches the spam bin. I think it’s because it takes the email administrator and not the SMTP settings wordpress.
I think this depends on email address. Also it depends on the email service you use. Because the email confirmation works fine on hundreds of website. We’ve never faced with such an issue. The SMTP settings may help, but it can’t be a general problem for your issue. Try to change the admin email address. I’d recommend to use email addresses with your domain website domain names.
Other email notifications arrive correctly with SMTP email plugin. Your plugin notifications come from the Administrator email.
Perhaps, if they use the function $woocommerce->mailer(); the WooCommerce settings are used, in addition also have the same template.
They see it as a possible solution?
Hi CriterioNet,
WooDiscuz uses wp_mail() built-in WordPress email sender function. And this function works with SMTP, you can see it in function code:
http://wpseek.com/function/wp_mail/
We don’t think the hypothesis of the “admin email” is the main reason of your problem. WooDiscuz use built-in WordPress email function, we have no reason to integrate it with $woocommerce->mailer();
Also, please try to install and configure this plugin for your website
https://wordpress.org/plugins/wp-mail-smtp/
The email with the subject ‘Subscribe Confirmation’ and email with the subject ‘New Reply’, come from email configured in Admin Panel » Settings » General (E-mail Address) Although I have configured the SMTP plugin correctly.
As we have done before, I can give them the access data to my site to corroborate yourself.
So what do you think, what “From Email Address” uses SMTP?
In Admin Panel » Settings » General (E-mail Address) is set a personal email, where I receive notifications of new comments, new products, new users, etc.
In the SMTP plugin I have an email ‘no-reply’ to user notifications, new comments on your post, password recovery, etc.
But his plugin, the user notifications using the email set to Admin Panel » Settings » General (E-mail Address)
Ok, thank you for this information, now I see what do you mean.
We’ll add this in our to-do list and update as soon as possible.
Okay, I will wait for the update. Thank you!
Hi CriterioNet,
Please update to WooDiscuz 2.0.5 version, we’ve integrated WooDiscuz subscription functions with WooCommerce.
Thank you!
One suggestionbecause it is a plugin for WooCommerce, it should use the same template that reports of WooCommerce. For this you can use the ‘$woocommerce->mailer();‘ for it automatically takes.As it does this plugin (https://wordpress.org/plugins/woocommerce-review-reminder/). I analyze it.
Luck!