Reply To: Message emails


Home Forums Front End PM PRO Message emails Reply To: Message emails

#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' );