Question: Daily Email Notification

Daily Email Notification

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 noreply@f

B

Bernier

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
  • MS

    Mian Saleem

    Answered
    Hello,

    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
  • B

    Bernier

    Answered
    Thanks for your reply
    But how is this trigerred ? I don't see any cron job so how do you send it ?
    Thanks
  • MS

    Mian Saleem

    Answered
    Hello,

    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