• Resolved matppp

    (@matppp)


    Hello,
    After installed Freshmail newsletter plugin (https://freshmail.com/) CF7 stopped working. When I try to send a message, the message is not sent and an empty frame appears without any message.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website?

    byker

    (@byker)

    viola2101

    (@viola2101)

    I noticed that in file wp-content\plugins\freshmail-integration\src\Plugin\Newsletter\Freshmail.php
    action wpcf7_before_send_mail (line: 1305) has exit instruction so wpcf7_mail_sent action is not run.
    I just comment:
    //echo json_encode($ResponcCF7);
    //exit;
    and for me all is ok.
    Script register freshmail subscription if fm-sign input is avaliable in form and send mail using wpcf7.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CF7 problem with Freshmail plugin’ is closed to new replies.