Announcements Email system not working


Home Forums Front End PM PRO Announcements Email system not working

This topic is: Resolved
Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #945
    Shamim Hasan
    Keymaster

    Thank you. I have got email.
    I am investigating announcement email issue. Please sent me ftp access to your website.

    #948
    Claire Foo
    Participant
    This reply has been marked as private.
    #951
    Shamim Hasan
    Keymaster

    Announcement email is ok now.
    your plugin and/or theme is using wp cron too early, i have changed in class-fep-email-beautify.php add_action('init', array(Fep_Email_Beautify::init(), 'actions_filters')); to add_action('after_setup_theme', array(Fep_Email_Beautify::init(), 'actions_filters'));

    When you update this plugin remember to change this.

    If you want to find which plugin and/or theme doing so, please follow standard procedure. Disable all plugin except Front End PM and change theme to default theme. Then enable one by one and send announcement.

    #954
    Claire Foo
    Participant

    yes, Its working now.

    Thanks

Viewing 4 posts - 31 through 34 (of 34 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.