Closed 13robin37 closed 2 years ago
Found the error myself. Just for reference, if somebody else has this issue:
Within the send email action you need to remove the "to" Name which the email should be delivered to. Otherwise the user account with a PGP cert isn't recognized.
WP PGP Encrypted Emails works great out of the box without a lot of configuration for almost all form plugins I've tested. The only one which doesn't encrypt mails is WS Form. My guess is that the code from WS Form is loaded after this plugin (because the plugins are loaded in alphabetical order) and therefore the encryption process won't work.
I know that you can set priorities for WP filters and hooks and tested a bit with the code on a staging site but was unable to make it work. Is anyone familiar with increasing the priority for this plugin?