https://github.com/wabuehamm/elgg-plugin-filetransport
Elgg-Plugin, that sets the default main transport to the file transport when activated for development purposes
https://github.com/wabuehamm/elgg-plugin-filetransport
development elgg elgg-plugin integration
Last synced: 6 months ago
JSON representation
Elgg-Plugin, that sets the default main transport to the file transport when activated for development purposes
- Host: GitHub
- URL: https://github.com/wabuehamm/elgg-plugin-filetransport
- Owner: wabuehamm
- Created: 2019-10-27T11:29:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-01T18:15:20.000Z (over 3 years ago)
- Last Synced: 2024-04-23T23:06:05.330Z (about 2 years ago)
- Topics: development, elgg, elgg-plugin, integration
- Language: PHP
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elgg Filetransport Plugin
## Introduction
This plugin sets the default notification method to Zend\Mail\Transport\File and writes all mail to elgg-data/notifications_log/zend. It can be used to reroute mails in development or integration environments to files instead of sending them out.
## Installation
Download the zip in the elgg plugin and place it in your Elgg's mod folder. Activate the plugin in the plugins administration and be sure to place it to the bottom of the plugin list.
## Configuration
Use the plugin configuration to change the path to where the mails are stored.