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
Subscriptionin profile.Please change the
Default emailin 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.phpby ajax call. You can checksend_digestmethod of Tec libraryapp/libraries/Tec.phpand the digest library isapp/libraries/Digest.phpThank you
- Login to Reply