Please or Register to create posts and topics.

Notifications from the support site ๐Ÿ™‚

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

๐Ÿ™‚

Thank you. I changed it. ๐Ÿ™‚

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!