• Resolved xmasons

    (@xmasons)


    Ever since I’ve upgraded to version 3.6.1 of WordPress, the plugin I’ve made no longer sends notifications to an email address. The address works fine and dandy. I have done no other upgrades to the site beyond updating the WP core

Viewing 6 replies - 1 through 6 (of 6 total)
  • Nothing was changed in relation to wp_mail() in 3.6.1.

    Do you check the return value from wp_mail()?

    Also, you turn on debugging by adding these lines to wp-config.php:

    @ini_set('display_errors',0);
    define( 'WP_DEBUG', true );

    As @esmi stated, nothing has changed with wp_mail() in WordPress 3.6.1.

    Thread Starter xmasons

    (@xmasons)

    Anything in 3.6 then? It could simply be coincidence and perhaps something else, but the issue only became apparent after the upgrade. No other changes have occurred on my end, which is why I ask. I’m trying to narrow the issue down and looking at the obvious sources first.

    Can you replicate the problem using the default Twenty Thirteen theme with all other plugins deactivated?

    Thread Starter xmasons

    (@xmasons)

    Tell you what, I’m going to ping my server admins to see if they’ve done anything on the backend of our servers before casting weight on the WP 3.6(.1) upgrade. Let’s consider this topic resolved.

    If something crops up again, I will have more information to provide. Esmi, thanks for all you do; it’s greatly appreciated.

    No probs. ??

    In the meantime, it might be worth turning debug on and enabling error logging to see if that throws anything up. Also try checking your site’s error logs for possible clues.

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