This is something that has come up multiple times in https://github.com/backdrop/backdrop-issues/issues/2117, as many people believe that the 'site_mail' is a TO address, when in fact, it is meant to be a FROM address.
We do already have one TO address for notifications in core, it's part of the update module and is located at admin/reports/updates/settings
as mentioned by @olafgrabienski in this comment.
It has been recommended that we move this setting someplace more global and re-purpose it for other uses, such as: * Update status notifications (also individually configurable) * default TO for the contact module (also individually configurable) * notifications for severe errors in dblog (see https://github.com/backdrop/backdrop-issues/issues/2229) * admin notification on new accounts with pending approval (see https://github.com/backdrop/backdrop-issues/issues/4428) (also maybe will be individually configurable soon?) * other things we have not yet imagined (?)
Recent comments
Thanks! I tested PayPal WPS (since I also use it in my Drupal 7 Commerce shop). With the PayPal server SANDBOX mode (no real payment transaction, just simulated). And everything...
Commerce shop system from Drupal
Peter, I've done an initial port of Commerce PayPal. While I haven't tested it, I think it should work, as the module is not too complex. https://github.com/backdrop-contrib/...
Commerce shop system from Drupal
Glad you finally found it! Someone really needs to port commerce_paypal.
Commerce shop system from Drupal