https://github.com/systopia/de.systopia.mailattachment
https://github.com/systopia/de.systopia.mailattachment
civicrm civicrm-extension
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/systopia/de.systopia.mailattachment
- Owner: systopia
- License: other
- Created: 2022-03-11T14:56:57.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T08:30:44.000Z (10 months ago)
- Last Synced: 2024-07-29T11:37:15.207Z (10 months ago)
- Topics: civicrm, civicrm-extension
- Language: PHP
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mail Attachments
## 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](https://www.gnu.org/licenses/agpl-3.0).
## Documentation
https://docs.civicrm.org/mailattachment/en/latest/ (EN)
## Requirements
* PHP v7.2+
* CiviCRM 5.0