• The plugin Digital Goods for WooCommerce Checkout Free Version 3.5.6
    is creating a conflict with postmansmtp / Post Smtp

    SOLUTION: Disable Digital goods for woocommerce.

    ERROR MESSAGE:

    Postman:wp_mail` ha sido declarado por otro plugin o tema, por lo que no podrás usar Postman hasta que se solucione el conflicto.
    More info that may help – /home/domain/public_html/wp-includes/pluggable.php:171

    Please notice

    Post SMTP v2 incluye una nueva característica llamada: Tipo de servidor de correo.
    Recomiendo cambiar y PROBAR Post SMTP con el valor PHPMailer.
    SOLO si el tipo de remitente por defecto no está funcionando.`

Viewing 2 replies - 1 through 2 (of 2 total)
  • Flagging to developer for consideration. @yehudah

    @yanchile

    The plugin is doing bad calls.

    woo-checkout-for-digital-goods.php line 85-87

    if ( !function_exists( 'wp_get_current_user' ) ) {
        include ABSPATH . "wp-includes/pluggable.php";
    }

    it’s very bad practice to call core file and do the check outside of a hook will always cause issues.
    You need to contact plugin developers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_mail problem conflict with Digital Goods for WooCommerce Checkout’ is closed to new replies.