• Hello,

    Is it possible to disable emails? We would only need the message notifications to be seen on the site.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Shamim Hasan

    (@shamim51)

    add following code in your theme’s (child theme’s if any) functions.php

    add_filter( 'fep_enable_email_send', '__return_false' );
    

    Note: This hook may change in future, it is always better to unhook individual method/function

    Thread Starter Steven Jones

    (@steven-jones)

    Thank you!

    Is it possible to send an Announcement to just a small selection of users within a Role?

    Or to send a new message to more than one user?

    Plugin Author Shamim Hasan

    (@shamim51)

    To send message to more than one user you need PRO version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable emails’ is closed to new replies.