Hi! Thanks for answer the last question. I do have another one:
Does admins recieve an email from any post or reply made inside the forum, by default? I am asking this because when someone reply or post a comment there is no notification (email) sent that this was made. I am using the PHP Mail Function.
If not could this be programmed?
Thanks!
- MSAnswered
Hello,
No. System don’t send email unless you have subscribed to the thread and your subscription settings in provide is set to individual emails.
If you want to test the email, you can check with forgot password.
Thank you
- ACAnswered
Can this be done with code? like where can I change the code so when any user post or comment on any thread, admins get an email about it. Thanks!
- MSAnswered
Hello,
You can change the
add
method ofapp/controllers/Topics.php
as you need.Thank you
- Login to Reply