• Resolved mahyulan

    (@mahyulan)


    Since the last update I get error message that wp_mail is already in use by pluggable.php at line 182
    But this seems to be a core element of WP, so how to solve this?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support M Haseeb

    (@haseeb0001)

    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

    Thread Starter mahyulan

    (@mahyulan)

    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.

    Plugin Support M Haseeb

    (@haseeb0001)

    @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

    Thread Starter mahyulan

    (@mahyulan)

    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

    Plugin Support M Haseeb

    (@haseeb0001)

    @mahyulan Great, thanks for the update.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘conflict with pluggable.php’ is closed to new replies.