AC
Asked
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!
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!
- MSAnsweredHello,
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 - ACAnsweredCan 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!
- MSAnsweredHello,
You can change the `add` method of `app/controllers/Topics.php` as you need.
Thank you - Login to Reply