B
Asked
Hi each user is receiving a notification email saying : A brief summary of the SimpleForum
- What is triggering this email ?
- how can we change the sending email (currently [email protected] )
- where to customize email ?
Thanks
- MSAnswered
Hello,
User can update
Subscription
in profile.Please change the
Default email
in settingsThe view template should be in
themes/default/views/emails/
folder.Thank you
- BAnswered
Thanks for your reply But how is this trigerred ? I don’t see any cron job so how do you send it ? Thanks
- MSAnswered
Hello,
Yes, no cron job. The code is initiated from footer
themes/default/views/footer.php
by ajax call. You can checksend_digest
method of Tec libraryapp/libraries/Tec.php
and the digest library isapp/libraries/Digest.php
Thank you
- Login to Reply