PHPackages                             fastware/mautic-xml-to-email-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. fastware/mautic-xml-to-email-bundle

ActiveMautic-plugin

fastware/mautic-xml-to-email-bundle
===================================

402PHP

Since Dec 22Pushed 4y ago2 watchersCompare

[ Source](https://github.com/fastwarebv/mautic-xml-to-email-bundle)[ Packagist](https://packagist.org/packages/fastware/mautic-xml-to-email-bundle)[ RSS](/packages/fastware-mautic-xml-to-email-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Mautic XML to E-mail
====================

[](#mautic-xml-to-e-mail)

Description
-----------

[](#description)

The Mautic XmlToEmailBundle is a Mautic plugin that allows you to generate e-mails from a XML-feed.

### Purpose

[](#purpose)

Send out an e-mail with for example to latest posts of your blog.

### Compatibility

[](#compatibility)

This plugin has been tested with Mautic versions 4.x.

### PHP version

[](#php-version)

This plugin has been tested with PHP 7.4 and PHP 8.0.

### Features

[](#features)

- Create a custom template for the items in the XML feed
- Use images from the feed
- Unlike RSS-feeds, you can use any property in your XML-feed

Installation
------------

[](#installation)

1. Download the plugin from github
2. Move / Upload folder to the plugins directory. Name the folder `MauticXmlToEmailBundle`
3. In the Mautic GUI, go to the gear and then to Plugins.
4. Click on the "Install/Upgrade Plugins" button
5. You should now see the "Xml To Email" in your list of plugins.

Usage
-----

[](#usage)

The feed-tag works best in the text component (``) or raw component (``) in the grapesjs e-mail editor. In the content of the component set to following content:

```

	{feed.title}

        {feeditem.title}
        {feeditem.date}
        {feeditem.description}

```

This should give a basic setup to start with.

You can also use the feed in the subject - you have to code it like this:

```
{feed url=""}{feed.title}{/feed}

```

### The following tag must be used in the block:

[](#the-following-tag-must-be-used-in-the--block)

##### url

[](#url)

Selects the feed url

### The following tag must be used in the block:

[](#the-following-tag-must-be-used-in-the--block-1)

##### loop

[](#loop)

Selects the tag which is used to loop through the items. Value can be empty or "root" to read all items from the root level.

### Example XML

[](#example-xml)

```

	The subject of the e-mail

			Item #1
			2021-11-16 12:45:01
			The description of item #1
			https://www.example.com/image.png

			Item #2
			2021-11-17 09:21:43
			The description of item #2
			https://www.example.com/image2.png

```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c29a0bb803ff7d68c7c212dcff94136d5b3a31b4cac73a3167fb6d340fdaff9a?d=identicon)[fastware](/maintainers/fastware)

---

Top Contributors

[![richarddegoffau](https://avatars.githubusercontent.com/u/10220632?v=4)](https://github.com/richarddegoffau "richarddegoffau (5 commits)")

### Embed Badge

![Health badge](/badges/fastware-mautic-xml-to-email-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/fastware-mautic-xml-to-email-bundle/health.svg)](https://phpackages.com/packages/fastware-mautic-xml-to-email-bundle)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
