systopia / de.systopia.mailattachment
Provides a Framework for attaching files to e-mail sent from CiviCRM.
Package info
github.com/systopia/de.systopia.mailattachment
Type:civicrm-ext
pkg:composer/systopia/de.systopia.mailattachment
1.1.0-beta1
2026-04-02 13:35 UTC
Requires
- php: ^8.1
- civicrm/civicrm-core: >=5.81
- civicrm/civicrm-packages: >=5.81
Requires (Dev)
- systopia/civicrm-test-fixtures: dev-main
This package is not auto-updated.
Last update: 2026-04-09 04:47:20 UTC
README
Features
The Mail Attachments extension provides a framework for sending e-mail with file attachments. It does not do anything on its own but adds functionality to extensions that implement this framework.
Extensions can implement the framework by:
- using its form definition for adding elements to their e-mail-related forms for allowing users to add attachments of different types to e-mail.
- providing attachment types that are being hooked up by the framework and made available to all extensions implementing the form.
The extension is licensed under AGPL-3.0.
Documentation
https://docs.civicrm.org/mailattachment (EN)
Requirements
- PHP v8.1
- CiviCRM 5.81