Hi all,
Can some please advise if we can set up an automated email in my magento 1.9.x system on the event of any updates available for any extensions or security patches or core version? Currently this information is available inside dashboard header only. I want to hide this notification from dashboard, instead I want this notification to be sent to a specific email.
Can anyone please help?
Thanks
Hi @iwdnil,
Your question is similar to https://community.magento.com/t5/Version-Upgrades/Update-Notifications/m-p/73531 (from @FrazerMcM )
You don't have that feature by default.
You can try to consume the same feed that Magento use:
https://notifications.magentocommerce.com/community/notifications.rss
Hi Damian,
Thanks for your quick reply.
But I think I am looking for something different to what you advised. It appears the rss feed you mentioned is a general release note which have no relation with the specific extensions/ modules used in a particular website.
I need notification related to modules/core used in my website only, i.e. I need exactly the same notification which is now showing inside dashboard but I just need this to be sent automatically to a specific email OR an automated notification email from each of specific modules used in my site whenever a new update is available.
You can see those notifications becasue some mdoules add new sources from their vendor servers.
You will need to track all those feeds on your code and try to read those rss/xmll feeds.
There isn't a unique source for those news.