EnableExpirationNotifier
Hello;
i implement the following link steps (Notice Of Expiration (NOE) Documentation Not Clear On Steps To Implement Email Notification (Doc ID 2252647.1))
but there is no email send,Even the Send Test Email is work fine
i add the following parameter in config.cfg
#NOE variables:
EnableExpirationNotifier=true
#NOE Optional Params
NotificationQuery=dOutDate > `<$dateCurrent()$>` <AND> dOutDate < `<$dateCurrent(30)$>`
NotifyExtras=[weblogic]
NotifyTime=22:45
NotificationIntervalInDays=1
NotificationMaximum=500
TraceSectionsList=system,scheduledevents
TraceIsVerbose=true