Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfShopware/FroshMailCatcher
This plugin allows you to catch mails in Shopware 5
https://github.com/FriendsOfShopware/FroshMailCatcher
Last synced: 3 months ago
JSON representation
This plugin allows you to catch mails in Shopware 5
- Host: GitHub
- URL: https://github.com/FriendsOfShopware/FroshMailCatcher
- Owner: FriendsOfShopware
- License: mit
- Created: 2017-06-10T18:57:41.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T12:04:49.000Z (8 months ago)
- Last Synced: 2024-07-07T06:03:59.394Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 33
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-shopware - Mail Catcher - Catches mails and displays them in the backend for easier mail debugging. (Development Plugins)
README
# Simple MailCatcher for Shopware
[![Join the chat at https://gitter.im/FriendsOfShopware/Lobby](https://badges.gitter.im/FriendsOfShopware/Lobby.svg)](https://gitter.im/FriendsOfShopware/Lobby)
Integrated easy to use mailcatcher for development or staging environments
## Requirements
- min Shopware 5.2.0
## Installation
### Zip Installation package for the Shopware Plugin Manager
* Download the [latest plugin version](https://github.com/FriendsOfShopware/FroshMailCatcher/releases/latest/)
* Upload and install plugin using Plugin Manager### Git Version
* Checkout Plugin in `/custom/plugins/FroshMailCatcher`
* Install the Plugin with the Plugin Manager### Install with composer
* Change to your root Installation of shopware
* Run command `composer require frosh/mail-catcher` and install and active plugin with Plugin Manager## Configuration
No configuration required, default configuration will be ignored while plugin is active
## Images
![Mail-Catcher UI](http://i.imgur.com/yCEgX0G.png)
![Notification](http://i.imgur.com/38pNzoT.png)## Contributing
Feel free to fork and send pull requests!
## Licence
This project uses the [MIT License](LICENCE.md).