• Resolved vdominik19

    (@vdominik19)


    Hi!
    How can i disable to send email if user get a message?
    I can’t find it anywhere.

    Best regards:
    Dominik Varga (SorozatMax.hu)

    The page I need help with: [log in to see the link]

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

    (@shamim51)

    You can add following code in your theme’s (child theme’s if you are using) functions.php

    add_filter( 'fep_enable_email_send', '__return_false' );
    
    Thread Starter vdominik19

    (@vdominik19)

    Hi!
    Thanks for the reply, Its working fine thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘If user get message dont send email’ is closed to new replies.