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
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
- MSAnsweredHello,
User can update `Subscription` in profile.
Please change the `Default email` in settings
The view template should be in `themes/default/views/emails/` folder.
Thank you - BAnsweredThanks for your reply
But how is this trigerred ? I don't see any cron job so how do you send it ?
Thanks - MSAnsweredHello,
Yes, no cron job. The code is initiated from footer `themes/default/views/footer.php` by ajax call. You can check `send_digest` method of Tec library `app/libraries/Tec.php` and the digest library is `app/libraries/Digest.php`
Thank you - Login to Reply