Hi sir, i installed ojs very well, i changed the email settings (SMPT on) and i entered gmail settings in configphp but recently i realized that there were nearly ten email at my email inbox, they were coming from my ojs site, they were about scheduled task log, why do these mails come? Can i fix it?
thanks for any advise
These messages give you information about the routine tasks automatically run by OJS behind the scenes.
It is often helpful to see these emails only if there is an error in the task processing. You can configure this in config.inc.php:
; Enable support for running scheduled tasks
; Set this to On if you have set up the scheduled tasks script to
; execute periodically
scheduled_tasks = Off
; Scheduled tasks will send email about processing
; only in case of errors. Set to off to receive
; all other kind of notification, including success,
; warnings and notices.
scheduled_tasks_report_error_only = On
; Short and long date formats
date_format_trunc = "%m-%d"
date_format_short = "%Y-%m-%d"
date_format_long = "%B %e, %Y"
datetime_format_short = "%Y-%m-%d %I:%M %p"
datetime_format_long = "%B %e, %Y - %I:%M %p"
time_format = "%I:%M %p"
; Use URL parameters instead of CGI PATH_INFO. This is useful for