Quote from
Yworld on April 18, 2017, 9:46 am
Hello, Thomas
When a lot of emails from WP confusion on the mail, the name matches
As an option:
function res_fromemail($email) { return 'wordpress@asgaros.de'; }
function res_fromname($email){ return 'Asgaros Forum Support'; }
add_filter('wp_mail_from', 'res_fromemail');
add_filter('wp_mail_from_name', 'res_fromname');
Mail can be –ย noreply@asgaros.de
๐
Hello, Thomas
When a lot of emails from WP confusion on the mail, the name matches
As an option:
function res_fromemail($email) { return 'wordpress@asgaros.de'; }
function res_fromname($email){ return 'Asgaros Forum Support'; }
add_filter('wp_mail_from', 'res_fromemail');
add_filter('wp_mail_from_name', 'res_fromname');
Mail can be –ย noreply@asgaros.de
๐