• Resolved mike503

    (@mike503)


    SendGrid: wp_mail has been declared by another process or plugin, so you won’t be able to use SendGrid until the conflict is solved.

    Looking at the setup, I grepped the entire codebase – there are only two defined. SendGrid and the pluggable.php.

    I moved the pluggable one out and it didn’t complain.

    So somehow the SendGrid plugin isn’t initializing before the pluggable functions(?)

    https://ww.wp.xz.cn/plugins/sendgrid-email-delivery-simplified/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous User 12640152

    (@anonymized-12640152)

    Hi, can you describe the steps you took in order to reproduce this? What other plugins do you have installed?

    Thread Starter mike503

    (@mike503)

    I don’t know how, but I was able to get it working again.

    It seemed like pluggable.php was being called *before* the actual plugins that might define overrides. I messed around trying to figure things out and eventually it just worked. So I don’t have any good details anymore. It was a pretty vanilla, current updated WP site with only a few plugins, and none other than pluggable.php and the SendGrid plugin had defined a wp_mail()

    Anonymous User 12640152

    (@anonymized-12640152)

    That is good to hear! However if you could, we would like to know what plugins you had installed so that we can test if this issue would reproduce for other users. We may be able to fix it if it does.

    billreed

    (@billreed)

    Hi folks,

    I ran into this same issue where it seemed like my SendGrid plugin stopped working for no apparent reason.

    In troubleshooting the problem, I discovered that a plugin called Page Expiration Robot broke the SendGrid plugin.

    After deactivating the Page Expiration Robot plugin, SendGrid came back to life. 🙂

    Cheers.

    Anonymous User 12640152

    (@anonymized-12640152)

    We’re glad to hear you fixed this.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘wp_mail has been declared by another process or plugin…’ is closed to new replies.