• Resolved Iuda

    (@iuda)


    Hi, I am not receiving any notifications in email for new post in my custom post type. I already confirmed my settings. Test email not working . I use front end submision for video post
    I’m creating post in my website not in wordpress backend.
    And the user publishing posts is a Subscriber with pending rewiev. Your plugin recognize my custom post caled “video”.
    I put this in functions.php

    function bnfw_insert_post_hook_for_theme( $themes ) {
    $themes[] = ‘failtrafic’;
    return $themes;
    }
    add_filter( ‘bnfw_insert_post_themes’, ‘bnfw_insert_post_hook_for_theme’ );
    

    but just do not receive any notification when a video is in pending rewiev.

    Any help ?

    • This topic was modified 7 years, 10 months ago by Iuda.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bnfw

    (@voltronik)

    Hi @iuda,
    Thanks for your message.

    It sounds like it could be an issue with sending mail out via your website. Have you tried installing and configuring the Postman SMTP plugin to send email?

    Let me know how you get on

    Thanks,
    Jack

    Plugin Author bnfw

    (@voltronik)

    Closing due to inactivity. If you need further help with this, please feel free to re-open this thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Emails not delivered’ is closed to new replies.