Hi @mahyulan
Hope you are doing.
Functions present in wp-includes/pluggable.php are Pluggable and can be overridden, Post SMTP is doing it to implement SMTPs.
If this file wp-includes/pluggable.php contains wp_mail function, Post SMTP is overridding it, Loading file wp-includes/pluggable.php or wp_mail before Post SMTP declares wp_mail won’t let Post SMTP work
Thanks
Loading file wp-includes/pluggable.php or wp_mail before Post SMTP declares wp_mail won’t let Post SMTP work
Why should it suddenly load before Post SMTP. It had always been working properly.
@mahyulan
We are unable to reproduce the mentioned issue on our staging site. It seems like the theme or some other plugin is conflicting with the Our plugin Can you change the theme to WordPress default 2022 or deactivate the plugins one by one and check if the issue still persists or not.
After doing this then let me know if the issue still exists.
You can also read docs about this issue here.
Thanks
Hello,
After the last update of “Post SMTP Mailer/Email Log” the problem is gone.
So seems to be a bug in the previous version.
Thanks,
Bert
@mahyulan Great, thanks for the update.