Feature Request: Change WordPress default from email address and name

As per the title, being able to set the default from email address and name would in my opinion be a worthy addition.

Not tested this yet but I assume something like so would do the trick:

add_filter('wp_mail_from', 'ctm_new_mail_from');
add_filter('wp_mail_from_name', 'ctm_new_mail_from_name');
 
function ctm_new_mail_from($old) {
    return '[email protected]';
}

function ctm_new_mail_from_name($old) {
    return 'DOMAIN Support';
}

 

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