Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #667703

    Hallo,

    ich habe mehrere Anfrageformulare wo manche nicht beim Empfänger ankommen. ZB kommt beim Test von meinem Rechner das Formular an, nicht aber von einem andern Rechner.
    Die Formular sind alle gleich mit der gleichen Mail-Adresse.

    Weiters verwende ich das Plugin Postmann SMTP. (Alle Einstellungen sind geprüft und OK)
    Wordpress 4.5.3
    Enfold 3.5.4

    Laut Mail-Server Betreiber lieg es an den SPF-Meachanismen. ???

    Unter privat sende ich euch den Zugang zur Seite

    Vielen Dank im Voraus!

    #669569

    Hey!

    Try adding this at the very end of your theme / child theme functions.php file:

    function change_cf_from() {
    	return "wordpress@YOURWEBSITE.com";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);
    

    Change YOURWEBSITE.COM to your domain.

    Cheers!
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.