• Our hosting clients are having problems with using contact-form-7 because their SMTP address and the sender address differ unless they change $headers = “From: $sender\n”; in includes/mail.php to $headers = “From $sender\n”;. Would you consider permanently changing the $headers = “From: $sender\n”; line to $headers = “From $sender\n”; ?

    https://www.ads-software.com/plugins/contact-form-7/

  • The topic ‘smtp problem’ is closed to new replies.