Hi @adriano,
this feature works on my config, several feasible errors :
- phpmailer dependency not installed
- crontab not or badly defined (bad syntax, bad user [for e.g. not apache])
- Time not expired in OCSReports / Configuration / Notifications / NOTIF_PROG_TIME (for this first release of notification, only one time per day)
- Erroneous or too complex email settings (authentication or SSL required, etc.)
- Categories not defined in OCSReports / Manage / Software and Assets categories
Normally, the cron_mailer.php file is executed every minute, checks the time set in OCSreports:
- If the time is not reached, the notification function is canceled
- if the time is right, the notification function is executed and an email is send with categories informations
What do you read in '/tmp/phpmailer-errors.log' ? Does this file exist ? (cf. http://ask.ocsinventory-ng.org/9931/how-to-use-the-new-notification-feature?show=9931#q9931)
What distribution / version of Linux do you use ?
Regards, Stéphane