Aug 04, 2019 8:30 pm
Hi, I have configured a list of multiple admin addresses (comma separated) in the "Forum Admins email addresses" field to be used for notifications (such as a post report). However, an email is send only to the first email address in the list. (if i change the order, the first one is selected all the time). Is this a known issue, or has has it to do with the email component that wpforo uses? Orr anyone knows what it could be? Thanks!
2 Replies
Aug 05, 2019 5:00 pm
Hi @herwin,
Please follow the steps below:
1. Edit the wp-content/plugins/wpforo/wpf-includes/wpf-hooks.php file
2. Find the function wpf_report()
3. In the function find the following line
$headers = wpforo_mail_headers()
replace it with this one:
$headers = wpforo_admin_mail_headers();