Mail-Batch - Mailings with individualised attachments Version 2.0.0

Release Date
Release Version
2.0.0
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="de.systopia.mailbatch" type="module">
<file>mailbatch</file>
<name>MailBatch Tools</name>
<description>A tool to send out batches of mails, e.g. with pre-generated attachments.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>SYSTOPIA</author>
<email>endres@systopia.de</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/systopia/de.systopia.mailbatch</url>
<url desc="Documentation">https://docs.civicrm.org/mailbatch/en/latest</url>
<url desc="Documentation DE">https://docs.civicrm.org/mailbatch/de/latest/</url>
<url desc="Support">https://github.com/systopia/de.systopia.mailbatch/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2025-07-18</releaseDate>
<version>2.0.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.38</ver>
</compatibility>
<comments>A simple CiviCRM extension to send out batches of mails, with a couple of features that CiviMail doesn't cover.</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
<psr0 prefix="CRM_" path="."/>
</classloader>
<civix>
<namespace>CRM/Mailbatch</namespace>
<format>25.01.1</format>
</civix>
<upgrader>CiviMix\Schema\Mailbatch\AutomaticUpgrader</upgrader>
<mixins>
<mixin>smarty-v2@1.0.3</mixin>
</mixins>
</extension>