Download the PHP package felixnagel/mailfiles without Composer
On this page you can find all versions of the php package felixnagel/mailfiles. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download felixnagel/mailfiles
More information about felixnagel/mailfiles
Files in felixnagel/mailfiles
Package mailfiles
Short Description TYPO3 CMS Extension to upload files and send download links via email. Uses plupload. Please see readme file.
License GPL-2.0-or-later
Homepage https://extensions.typo3.org/extension/mailfiles
Informations about the package mailfiles
TYPO3 Mailfiles
Simple TYPO3 CMS Extension to upload files and send download links via email.
Description
This extension provides a simple form with a Pluploadfe upload widget, a simple text input used as mail subject, a textarea for adding a message, a "auto-send" checkbox and a submit button.
Recipient of the email is configured by TypoScript or by using an email address input field.
If the "auto-send" checkbox is checked the form will be auto submitted once uploading is completed.
@wowaTYPO3 did an introduction of this extension in his Twitch channel, take a look here: https://www.twitch.tv/videos/1997781074 or https://youtu.be/uzh8jgCqI5g?si=NS1JgluKexX3Fpxi&t=873
Installation
- EXT:pluploadfe should work without problems (see pluploadfe documentation)
- Add "Mail Files: default config" static template to your TypoScript template.
- Configure the plugin options via TS (see static template in
Configuration/TypoScript/setup.txt
) - Add plugin to a page and specify pluploadfe configuration record
Note: Make sure to enable "Save filepaths in user session" option in pluploadfe config record!
Plupload
More info about plupload:
Contribution
Any help is appreciated. Please feel free to drop me a line, open issues or send pull requests.
It is possible to sponsor features and bugfixes!
Donation
Please consider a donation: http://www.felixnagel.com/donate/
All versions of mailfiles with dependencies
typo3/cms-core Version ^12.4 | ^13
felixnagel/pluploadfe Version ^7 || ^8 || @dev