4995ed93f0
Refactor invalidation of MSS key to non static method
...
This is the olny staically called method from the service. In this commit I refactored it to non-static so that it works properly with injected services.
[MAILPOET-5191]
2023-05-10 13:05:37 +02:00
579de1cc86
Reduce the count of constants
...
[MAILPOET-4639]
2023-01-16 13:46:07 +01:00
982568445b
Extract sending error messages from bridge to strings
...
The original error is stored under a new key for easier handling an error state.
[MAILPOET-4639]
2023-01-16 13:46:07 +01:00
926620e8f8
Ignore strict types rule in all existing files that don't have it
...
[MAILPOET-2688]
2022-11-29 15:04:09 +01:00
dee5ff38f5
Fix error when sending a preview email with MSS
...
With HTTPS and "$oneClickUnsubscribeUrl = false", we were sending "false" instead of an actual URL.
[MAILPOET-4813]
2022-11-15 15:05:03 +01:00
50b613365f
Make sure one-click unsubscribe url won't redirect internally
...
[MAILPOET-4703]
2022-11-11 09:21:30 +01:00
8e69299a6a
Adjust naming and use wp wrapper I/O of direct usage
...
[MAILPOET-4702]
2022-11-09 12:36:44 +01:00
c39ae1fe1f
Adjust the unsubscribe key to use the new structure
...
[MAILPOET-4702]
2022-11-09 12:36:44 +01:00
b10c30a7b1
Add basic interface for MailerMethod
...
[MAILPOET-4115]
2022-04-11 16:54:38 +02:00
9f790efbf0
Move plugin files to a subfolder
...
[MAILPOET-3988]
2022-01-18 15:30:22 +01:00