We use PostMark to send our transactional emails. Within PostMark, I have a support@ email address setup as a valid send signature, and need WP Discuz to send email from that address. However, I see no place in WP Discuz settings to specify the from address.
I had my tech people take a look, and they said there is no way to change this setting in WP Discuz and that I should set up valid send signatures for my personal email address (I am an admin), wordpress@, and no-reply@. I do not want to send from any of those email addresses.
Hi @jleake,
The wpDiscuz based the native (core) WordPress function. So you can change the email sending setting use the WordPress filters:
wp_mail_from_name
The links provided below may help you.
https://www.satollo.net/change-wp_mail-behavior-using-hooks
https://developer.wordpress.org/reference/hooks/wp_mail_from_name/