Hi,
Recently the current version of my plug-in doesn’t send out e-mails anymore, even if in the log everything seems to be fine:
Can we try something first before you go down that road. First disable all other plugins except ours, then carry out a test? Let me know what happens.
Thank you
Plugin Author
mra13
(@mra13)
This issue is not related to the plugin. This plugin is successfully processing the payment and executing the email sending code. So this will be more of an issue with email delivery. So the emails sent from your server is not getting to the inbox of the recipient. Many things can affect this (most likely the mail-server is blocking that email).
Using an SMTP plugin like the following is a good way to improve email delivery from your server:
https://wordpress.org/plugins/easy-wp-smtp/
Hi mra13,
I was thinking the same when I opened this thread. However, in my WordPress installation I could verify the following behavior (by using the PayPal sandbox mode of your plug-in in private browsing):
- I tested that the website is able to send an e-mail with another plug-in (such as the Contact form) –> SUCCESS
- By having both e-mail flags active in WP Express Checkout settings page (I mean the one to send the confirmation e-mail to the Buyer and the other one to send the notification to the Seller) the e-mail to the Seller is not sent after a purchase.
- If I buy another test product where in the settings only the flag to send the e-mail to the Seller is checked (and the one to notify the Buyer is not flagged), then the e-mail arrives
It is really a strange behavior. Furthermore, I have verified the same into another WordPress site I have and all e-mails are properly sent, so no issue at all.
Based on this I wanted to ask you how can I completely uninstall WP Express Checkout together with the DB entries it creates in order to reconfigure everything new from scratch.
Thank you.
Kind regards
lapsustraxx
-
This reply was modified 6 years, 2 months ago by
lapsustraxx.
-
This reply was modified 6 years, 2 months ago by
lapsustraxx.
Plugin Author
mra13
(@mra13)
Normally you would just go to the settings menu and enter new values. That will override any old values. So whatever you see in settings right now is what the configuration is. There is nothing else hidden there that need to be reset.
We will try to add an option to reset the data by clicking a button inside the plugin.
Thank you, it’s fine for me. You can close this thread.