• Jan-Willem

    (@janwoostendorp)


    The plugin works on the normal side. But since we use the wp-cli for cronjobs it is ignored.

    I found the solution, just add a extra global declaration

    /wp-smtp/wp-smtp.php:22

    global $wsOptions;
    $wsOptions = get_option("wp_smtp_options");
    
    • This topic was modified 7 years, 9 months ago by Jan-Willem.
  • The topic ‘wp cli bypasses smtp’ is closed to new replies.