ChrisRAoW / mautic-rss-to-email-bundle

Mautic plugin to send emails from RSS
103 stars 23 forks source link

Unknown namespace mautic.org/rss/mautic #66

Closed kuzmany closed 2 years ago

kuzmany commented 2 years ago

Because https://www.mautic.org/rss/mautic/ return 404 Can you share original namespaces definition? We can make it alive.

ChrisRAoW commented 2 years ago

@kuzmany What do you mean with namespace definition?

kuzmany commented 2 years ago

What content was on the https://www.mautic.org/rss/mautic/ ? I just follow documentation

Add this to the xmlns definitions in your RSS-feed: xmlns:mautic="https://www.mautic.org/rss/mautic/"

And this URL return 404. I suppose to this address should return something. Custom tags does not work at the moment.

ChrisRAoW commented 2 years ago

@kuzmany The url doenst have to return anything. It not an url but an uri. The uri declares the namespace itself.

kuzmany commented 2 years ago

Now I found the issue. It was my mistake

ChrisRAoW commented 2 years ago

@kuzmany Good to hear!