Viewing 1 replies (of 1 total)
  • Plugin Author webheadcoder

    (@webheadllc)

    only the final step will send an email by default.

    You can add some custom code in your theme’s functions.php file to always send mail on every step:

    add_filter( 'wpcf7_skip_mail', '__return_false', 11 );

Viewing 1 replies (of 1 total)

The topic ‘Not Send’ is closed to new replies.