You can see Postman using the wrong URI in the email log?
Yes, Postman is seeing the wrong URI for this specific plugin but not others
And does this only happen with v1.7? Or did you see this wth v16.24?
I installed today so I only tried 1.7
Please install v1.6.24 and let me know if the problem occurs there.
Optimizepress does not publish their source code so this might be difficult to debug. I have a feeling they are calling wp_mail during Postman’s startup, instead of after.
the problem is solved when I installed 1.6.24. thank you for your help man.
Well your problem is solved haha. v1.7 still has the bug.
But I think I know what the problem is. I don’t validate transport_modules until the init() hook of WordPress start, and Optimizepress is calling wp_mail either before the init() hook, or during the init() hook but before Postman.
I’ll see what I can do..!
Hi eneskaraboga I made a change so that the module transports initialize before the WordPress init hook.
Would you kindly download the development version and let me know if it solves this issue?