Viewing 1 replies (of 1 total)
  • Thread Starter sheido

    (@sheido)

    Solution found on this forum, thank you :

    You’ll need to the contact-form-7/includes/classes.php file and in the compose_and_send_mail() function you’ll need to change
    $headers = “From: $sender\n”;
    to
    $headers = “From $sender\n”;

    Solution given by: ss1289

Viewing 1 replies (of 1 total)
  • The topic ‘Message not sent’ is closed to new replies.