Message emails


Home Forums Front End PM PRO Message emails

This topic is: Not Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31156
    Andrew Keogh
    Participant

    If I understand correctly, when I send a message to a user, it also goes to their email address. Is it possible to disable that – thereby restricting notification to the frontend only?

    #31161
    Shamim Hasan
    Keymaster

    User can disable email notification if s/he wants from front-end Settings page.
    As admin, if you want to disable sending emails to any user you can do so. add following code in your theme’s (child theme’s if you are using) functions.php

    add_filter( 'fep_enable_email_send', '__return_false' );
    
Viewing 2 posts - 1 through 2 (of 2 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.