• Resolved 10bradders10

    (@10bradders10)


    Hi guys,

    Can you detail why you’ve added something to use the wp_mail function, please?

    Its currently being used by a mail plugin, so plugin is deactivated until further notice.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Tomer Aharon

    (@tomeraharon)

    Hi ??

    We didn’t add something like that.
    Can you show us where do you see it? What file or line of code?

    Thanks!

    Thread Starter 10bradders10

    (@10bradders10)

    Hi Tomer,

    I’m not sure what the error was now, and I’ve moved to another plugin. Sorry. If I recall you maybe need to test with SMTP plugins, as that is where the conflict was, as it was appearing to use wp_mail function.

    Thanks.

    Plugin Author Tomer Aharon

    (@tomeraharon)

    We didn’t find anything like that, we have tested it with the popular email plugins.
    If you can tell me what email plugin / SMTP plugin you use it would be great ??

    Thank you!

    Thread Starter 10bradders10

    (@10bradders10)

    I was using SendGrid’s SMTP plugin, so try testing that.

    I had a problem like that with Postman plugin:

    “error: Postman: wp_mail has been declared by another plugin or theme…”

    I have commented the above line of poptin.php and it is stopped:

    if (!function_exists(‘wp_get_current_user’)) {
    // include(ABSPATH . “wp-includes/pluggable.php”);
    }

    • This reply was modified 6 years, 4 months ago by phmazzoni.
    Plugin Author Gal Dubinski

    (@galdub)

    @10bradders10 we’ve just pushed a fix for that issue ??

    @phmazzoni thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘wp_mail function’ is closed to new replies.