Standart System-Emailadresse ändern [email protected] | ProjectDMC.org Deutsch

[ad_1]

Moin,

Dazu kannst du verwenden. Ich persönlich würde noch einen Schritt weitergehen und nutzen.

Ich bin einem Beispiel gefolgt welches dasHinzufügen von ein paar Codezeilen in der ‚function.php‘ vorsieht:

add_filter( 'wp_mail_from', 'my_mail_from' );
function my_mail_from( $email ) {
return "[email protected]";
}
add_filter( 'wp_mail_from_name', 'my_mail_from_name' );
function my_mail_from_name( $name ) {
return "example.com - Admin";
}

Wie sauber ist das? Kann man das so machen oder ist das mist?

  • Diese Antwort wurde geändert vor 5 Stunden, 38 Minuten von kernkraftjoe.

Kann man machen 🙂 Siehe auch

[ad_2]

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer