I want to set up an email notification when a new article is posted.
The list of available triggers for a publication is limited although I found PHP code for
https://pkp.sfu.ca/ojs/doxygen/stable/html/NotificationSettingsForm_8inc_8php_source.html
that indicates there are many other triggers available and in particular one for when and article is submitted.
NOTIFICATION_TYPE_ARTICLE_SUBMITTED => array(‘settingName’ => ‘notificationArticleSubmitted’,
49 ‘emailSettingName’ => ‘emailNotificationArticleSubmitted’,
50 ‘settingKey’ => ‘notification.type.articleSubmitted’),
I am using version 2.4.6 and the code in the appropriate directory is different to above and doesn’t contain an article notification
How can I activate ( or create a notification ) when a new article is submitted/published ?