• Resolved deninichi

    (@deninichi)


    Hello there,

    We use this great plugin in a bit custom system and send the result of the scan via API to another backend. As we use another way of notifications we don’t need emails at all. It’s possible to add a “fake” address to stop emails, but it looks like not a very elegant solution.

    Is it possible to add a filter in the WFCM_Email::send() function to stop sending? It would be great to have if…else or other condition with filter above

    add_filter( 'wp_mail_content_type', array( __CLASS__, 'set_html_content_type' ) );

    in that function.

    Thanks.

    • This topic was modified 3 years, 8 months ago by deninichi.
    • This topic was modified 3 years, 8 months ago by deninichi.
Viewing 1 replies (of 1 total)
  • Plugin Author robertabela

    (@robert681)

    Hello @deninichi

    Thank you very much for using our plugin. I am glad you like the plugin.

    We will indeed include a new setting that would allow you to disable the email notifications. It will be included in the next update of the plugin.

    In the meantime, please do not forget to rate the plugin. These reviews really help us.

Viewing 1 replies (of 1 total)
  • The topic ‘Add filter to disable emails’ is closed to new replies.