AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] Only one admin email send?

3 Posts
2 Users
0 Reactions
1,119 Views
Posts: 19
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@herwin)
Eminent Member
Joined: 7 years ago
[#9592]

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
Sofy
Posts: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

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();

1 Reply
(@herwin)
Joined: 7 years ago

Eminent Member
Posts: 19
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@sofy

Thanks! I will try this


Share: